Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wudouxingjun opened this issue Dec 12, 2023 · 1 comment
Open

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

wudouxingjun opened this issue Dec 12, 2023 · 1 comment

Comments

@wudouxingjun
Copy link

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
Copy link

看这个:
#411 (comment)

这两天我也正在配置。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants