-
Notifications
You must be signed in to change notification settings - Fork 188
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
Problem Building in Release Mode #158
Comments
same too |
Open
Adding this into
(if you have some existing Here's a comment I found that explained it in more detail: transistorsoft/flutter_background_fetch#369 (comment) |
Thank you, slovnicki. After following your suggestion I am able to build my app in release mode. |
Thank you, slovnicki. it's work for me too |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am unable to build my Flutter app. that uses social_share in Release mode. I am getting this message:
When I try to build in Release mode I also get numerous error messages about a Kotlin version incompatibility, for example:
e: /Users/dan/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib/2.0.20/7388d355f7cceb002cd387ccb7ab3850e4e0a07f/kotlin-stdlib-2.0.20.jar!/META-INF/kotlin-stdlib.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.9.0, expected version is 1.6.0.
I think the two are related, but I don't know for sure.
I have done some googling and tried some recommended fixes and workarounds but have not been able to execute the build in Release mode.
I think this problem may have begun when I upgraded Flutter, but downgrading doesn't seem to resolve the issue.
Anyone else encountering this? Any suggestions for resolving?
Thank you for your help.
The text was updated successfully, but these errors were encountered: