generated from dellevin/template
修改github eta 2.6.1 兼容android13 去掉超级小爱hook
Some checks failed
Eta Build / 构建 Debug 与 Release APK (push) Has been cancelled
Some checks failed
Eta Build / 构建 Debug 与 Release APK (push) Has been cancelled
This commit is contained in:
18
build.gradle.kts
Normal file
18
build.gradle.kts
Normal file
@@ -0,0 +1,18 @@
|
||||
buildscript {
|
||||
repositories {
|
||||
google()
|
||||
mavenCentral()
|
||||
}
|
||||
dependencies {
|
||||
// AGP 9 内置 KGP 2.2.10,但 miuix 0.9.3 与 Compose Multiplatform 1.11.1 需要 Kotlin 2.4.0,
|
||||
// 这里用 buildscript classpath 强制提升 KGP 版本以覆盖内置版本。
|
||||
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:2.4.0")
|
||||
}
|
||||
}
|
||||
|
||||
plugins {
|
||||
alias(libs.plugins.android.application) apply false
|
||||
alias(libs.plugins.kotlin.compose) apply false
|
||||
alias(libs.plugins.kotlin.serialization) apply false
|
||||
alias(libs.plugins.ksp) apply false
|
||||
}
|
||||
Reference in New Issue
Block a user