初始代码

This commit is contained in:
2025-09-03 18:52:07 +08:00
parent 2d21a47e87
commit 6e3e30efa5
3249 changed files with 239147 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
buildscript {
// ext.kotlin_version = '1.9.0'
}
plugins {
id 'com.android.application' version '7.2.2' apply false
id 'com.android.library' version '7.2.2' apply false
id 'org.jetbrains.kotlin.android' version '1.9.0' apply false
id 'org.jetbrains.kotlin.jvm' version '1.8.20' apply false
}
apply from: 'config.gradle'
task clean(type: Delete) {
delete rootProject.buildDir
}