Initial commit

This commit is contained in:
2023-11-04 06:00:14 +08:00
commit 0be33dae37
43 changed files with 1127 additions and 0 deletions

5
build.gradle.kts Normal file
View File

@@ -0,0 +1,5 @@
plugins {
autowire(libs.plugins.android.application) apply false
autowire(libs.plugins.android.library) apply false
autowire(libs.plugins.kotlin.android) apply false
}