We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello it seems like there is an issue with the following class, have you encountered the same issues ?
java.lang.NoClassDefFoundError: kotlinx.datetime.Instant
similar to
Kotlin/kotlinx-datetime#97
Edit1: The fix should be https://developer.android.com/studio/write/java8-support#library-desugaring
Will try tomorrow, and let you know, it might be good to include it in the readme if it works
@nodh @JesusMcCloud
The text was updated successfully, but these errors were encountered:
I've never tried it on those older Android version, but if the suggested solutions works, I'll add that to our readme.
Sorry, something went wrong.
@nodh
it works, so the fix is basically the following:
compileOpitons coreLibraryDesugaringEnabled true
dependencies coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5'
ebb6644
No branches or pull requests
Hello it seems like there is an issue with the following class, have you encountered the same issues ?
java.lang.NoClassDefFoundError: kotlinx.datetime.Instant
similar to
Kotlin/kotlinx-datetime#97
Edit1:
The fix should be
https://developer.android.com/studio/write/java8-support#library-desugaring
Will try tomorrow, and let you know, it might be good to include it in the readme if it works
@nodh
@JesusMcCloud
The text was updated successfully, but these errors were encountered: