Initial commit

This commit is contained in:
2023-09-03 01:11:35 +08:00
commit 416f05460e
164 changed files with 12089 additions and 0 deletions

View File

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