This commit is contained in:
renjianbo
2026-01-20 11:34:22 +08:00
parent d59f015362
commit 7c5f94d470
89 changed files with 1234 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
alias(libs.plugins.android.application) apply false
id 'com.google.dagger.hilt.android' version '2.48.1' apply false
}