kezong / fat-aar-android

A gradle plugin that merge dependencies into the final aar file works with AGP 3.+
MIT License
3.08k stars 607 forks source link

请问下如何配置Gradle 8.0版本 #418

Open wudouxingjun opened 7 months ago

wudouxingjun commented 7 months ago

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 }

dyguests commented 6 months ago

看这个: https://github.com/kezong/fat-aar-android/pull/411#issuecomment-1851623243

这两天我也正在配置。