This commit is contained in:
rjb
2026-01-20 14:25:07 +08:00
12 changed files with 323 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
<<<<<<< HEAD
buildscript {
repositories {
google()
@@ -20,3 +21,9 @@ allprojects {
task clean(type: Delete) {
delete rootProject.buildDir
}
=======
plugins {
alias(libs.plugins.android.application) apply false
id 'com.google.dagger.hilt.android' version '2.48.1' apply false
}
>>>>>>> 7c5f94d47066e9f9fb4cd23e74fe34d53d326684