-
-
Notifications
You must be signed in to change notification settings - Fork 28
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
Adding this plugin results in Build failed with an exception #141
Comments
Thanks for reporting. What is the flutter version? |
Doctor summary (to see all details, run flutter doctor -v): |
I could reproduce this error in Flutter 3.10.5 as well:
SolutionPlease, update your gradle version from And you'll be able to build successfully:
The error cause is because the shared_storage is using kotlin version 1.8.x and it leads to conflicts within flutter projects using kotlin version 1.7.x. |
@alexrintt try to mention this in pub.dev changelog. |
Sure, gonna add soon |
Describe the bug
Gradle Error : FAILURE: Build failed with an exception.
To Reproduce
Steps to reproduce the behavior
Expected behavior
Build should succeed.
Additional context
Gradle log
FAILURE: Build failed with an exception.
Execution failed for task ':app:checkReleaseDuplicateClasses'.
BUILD FAILED in 6s
The text was updated successfully, but these errors were encountered: