-
Notifications
You must be signed in to change notification settings - Fork 88
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 when using version 0.21.0 of AtomicFU #519
Comments
Thanks for the report! I've reproduced this issue in SensorTag sample app by upgrading Kable from 0.24.0 to the latest Stacktrace
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello, I have problem with the version 0.21.0 of AtomicFU, please see the log with the error.
The issue is related to AtomicFU which seems is not setting up its dependencies properly.
As workaround I had to add it to commonMain code -> implementation("org.jetbrains.kotlinx:atomicfu:0.21.0") even if the consumer project of kable is not using the AtomicFU.
Please see the following related topic MobileNativeFoundation/Store#503.
The text was updated successfully, but these errors were encountered: