feat: 增加kotlin支持,升级依赖到最新版

This commit is contained in:
2026-05-08 21:26:19 +08:00
parent 6baa7155ba
commit 59539d048d
3 changed files with 87 additions and 42 deletions

View File

@@ -18,6 +18,7 @@ buildscript {
dependencies {
classpath 'com.android.tools.build:gradle:8.13.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:2.2.10"
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
@@ -52,6 +53,6 @@ allprojects {
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}
//task clean(type: Delete) {
// delete rootProject.buildDir
//}