kezong/fat-aar-android

请问下如何配置Gradle 8.0版本

Opened this issue · 1 comments

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
}

看这个:
#411 (comment)

这两天我也正在配置。