-
Notifications
You must be signed in to change notification settings - Fork 641
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
Failed to apply plugin [id 'com.kezong.fat-aar'] #412
Comments
I have the same problem.
Here is my settings.gradle.kts
} Here is my build.gradle.kts ` val kotlinVersion = "1.9.10" val Media3exoPlayerVersion = "1.1.1" plugins { group = "AUF" repositories { apply(plugin = "com.kezong.fat-aar") buildscript { kotlin {
iosArm64 {
}
} android {
} afterEvaluate { OS - MacOS Venture |
If I comment out the line and uncomment |
@cying112115 @lemkoleg |
Can you send me the source code that supports Gradle8.0? |
Describe the issue
A clear and detailed description of what the issue is.
Build Environment
The text was updated successfully, but these errors were encountered: