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
NoClassDefFoundError: kotlin/text/Charsets #946
Comments
Thanks! Can you check that you depend on If that isn't the issue, please provide a small example project so we can reproduce this! |
OK, I just also got this on one of our test projects. I'm confused since A fix is simple: remove usage of Edit: this happens sporadically when doing Edit: Downgrading to the Kotlin version the plugin uses ( |
This is fixed internally and will ship with the next update. From what I have seen the exception is safe to ignore (it happens in a separate thread) and should not affect how the processor works or the Gradle build completes. |
With |
objectboxVersion 2.8.1
kotlinVersion 1.4.21
androidstudio 4.1.2
The text was updated successfully, but these errors were encountered: