-
Notifications
You must be signed in to change notification settings - Fork 10
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
Is the plugin compatible with Gradle 8.4? #7
Comments
are you using 8.4 (alpha) Gradle plugin in your project ? |
Not have |
no problem, i am personally using it in gradle-8.4 and gradle-8.6 and everything working fine !!! in project/build.gradle |
I added it on project/build.gradle |
are you using groovy or kotlin DLS ? have you defines plugin in any other sub module ? |
The project uses kotlin DSL. This plug-in is added to app/build.gradle. When synchronizing, gradle prompts an error that is incompatible. |
The error is not from the plugin; it's from your project setup. I haven't seen this error before, so I can't say much about it. It seems like you've already added a plugin with a different version. Check all your build.gradle files to see if "reschiper" is implemented elsewhere or globally. Also, try clearing or invalidating the cache in Android Studio. This might help fix the problem. |
already solved |
The new project uses groovy without any problems. After switching to DSL, an error is reported. |
The gradle version used in my project is 8.4, but it cannot be used normally. The gradle error prompts that it is not compatible.
The text was updated successfully, but these errors were encountered: