Skip to content
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

KMP compatibility with version 7.22.0 #456

Open
oscarorozco-omron opened this issue Jul 17, 2024 · 1 comment
Open

KMP compatibility with version 7.22.0 #456

oscarorozco-omron opened this issue Jul 17, 2024 · 1 comment

Comments

@oscarorozco-omron
Copy link

I'm trying to add Kodein version 7.22.0 to a KMP project. I started the project with Android Studio KMP plugin template, with JVM 1.8 version and Gradle 8.5. However, when trying to build the project with gradle, I'm seeing a Cannot inline bytecode built with JVM target 11 into bytecode that is being built with JVM target 1.8. Please specify proper '-jvm-target' option error in the log. If I switch to version 7.21.2 everything works correctly.

The JDK version that it is used is 17.0.1.

Screenshot 2024-07-17 at 1 00 51 PM Screenshot 2024-07-17 at 1 03 44 PM
@kodeplateform
Copy link

Same problem only on androidMain (MainActivcity)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants