-
-
Notifications
You must be signed in to change notification settings - Fork 234
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
R8 error while building #251
Comments
Does this error still persist? |
When I update my old project from Gradle 7.3.0 I'm receiving this issue. However, it also gives errors on new projects, even though new projects are on Gradle 7.3.0 |
You can try updating the minSdk version. After I set minSdk = 24, the error no longer occurred. |
facing issue with kotlin version 1.9.0 |
I don't remember how exactly I worked around this but it was something to do with the gradle wrapper version. My current version is this
|
After installing this package, running my project gives the following error:
android/build.gradle:
android/settings.gradle:
android/src/build.gradle:
Tried with kotlin 1.9.0 too, no luck.
The text was updated successfully, but these errors were encountered: