-
Notifications
You must be signed in to change notification settings - Fork 141
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
App not run on android #444
Comments
Getting this error as well-this seems like a huge issue as intercom_flutter flat out doesn't compile on a fresh flutter project 1.22+ |
@karuna2413 was able to solve this by changing id "org.jetbrains.kotlin.android" version "1.7.10" apply false to id "org.jetbrains.kotlin.android" version "1.9.21" apply false in android/settings.gradle |
After adding this line in settings.gradle: FAILURE: Build failed with an exception.
|
@NickTheDev |
same issue |
Please test the example app and update your gradle version same as the example app. |
@deepak786 |
Same for me |
@deepak786 You can reproduce the issue by creating the new Flutter project using 3.22.2 version. |
You need to use AGP version 8. Please follow the below steps:
For ref see this commit: 6cd517b |
Duplicate of #436 |
It's not working for me still getting an Error. |
I am unable to run the app on Android. The app runs perfectly on Chrome but not on Android.getting errors of kotlin latest version update related.
Class 'kotlin.Unit' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.9.0, expected version is 1.7.1.
The class is loaded from /home/chirag/.gradle/caches/transforms-3/a18e86742e01f373d28c7f0b41fd2e27/transformed/jetified-kotlin-stdlib-1.9.22.jar!/kotlin/Unit.class
FAILURE: Build failed with an exception.
Execution failed for task ':intercom_flutter:compileReleaseKotlin'.
The text was updated successfully, but these errors were encountered: