-
Notifications
You must be signed in to change notification settings - Fork 103
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
java.lang.NoClassDefFoundError (Mix of API levels) #92
Comments
Same for me |
Thank you for the report! I did manage to reproduce the crash when running the release apk in the Android Emulator for 8.0 (the debug apk seems to work fine). Looking into this. |
Ohh actually that's right to be when i was testing it was okay too :) Thanks, as you can imagine it is a release blocker 😓 |
Could you try explicitly adding a dependency on |
@dkhalanskyjb Thank you for checking it 👍 I confirm that i didn't received any error so far, closing the issue |
Hello I saw closed issues with desugaring for Android but my issue seems not fixed with it.
I moved my Android project to Kotlin Multi Platform and current modules for the android project are below:
android -> client(KMP) -> common(KMP)
android doesn't implement
kotlinx-datetime
directly but client and common has it and uses. When I applied desugaring to only android it didn't work and I applied to all these 3 modules (with Java8 support). this is a branch that you can check.I just created a build from mentioned branch and published for internal testing (by this way Google runs it in couple of devices)
I have crashes from below android versions
Here is the original crash report from Firebase
Thanks in advance!
The text was updated successfully, but these errors were encountered: