总算是编译通过了
This commit is contained in:
+15
-2
@@ -1,6 +1,19 @@
|
||||
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
||||
buildscript {
|
||||
repositories {
|
||||
google()
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:8.3.2'
|
||||
}
|
||||
}
|
||||
|
||||
plugins {
|
||||
alias(libs.plugins.android.application) apply false
|
||||
alias(libs.plugins.android.library) apply false // 添加这行
|
||||
id 'org.jetbrains.kotlin.android' version '1.9.0' apply false
|
||||
alias(libs.plugins.android.library) apply false
|
||||
alias(libs.plugins.kotlin.android) apply false // 添加这行
|
||||
//alias(libs.plugins.kotlin.android) apply false
|
||||
//id 'org.jetbrains.kotlin.android' version '2.2.0' apply false
|
||||
}
|
||||
Reference in New Issue
Block a user