You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the issue
Gradle 8.0版本的配置与8.0以下的版本有所变化
直接在项目根目录build.gradle配置如下失败
plugins {
id 'com.android.application' version '8.0.2' apply false
id 'com.android.library' version '8.0.2' apply false
id 'org.jetbrains.kotlin.android' version '1.7.20' apply false
id 'com.kezong.fat-aar' version '1.3.8' apply false
}
The text was updated successfully, but these errors were encountered:
Describe the issue
Gradle 8.0版本的配置与8.0以下的版本有所变化
直接在项目根目录build.gradle配置如下失败
plugins {
id 'com.android.application' version '8.0.2' apply false
id 'com.android.library' version '8.0.2' apply false
id 'org.jetbrains.kotlin.android' version '1.7.20' apply false
id 'com.kezong.fat-aar' version '1.3.8' apply false
}
The text was updated successfully, but these errors were encountered: