You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We try you library in our KMP mobile app and would like to include it into production build. But it is not possible for now, because of incompatible JVM target:
Cannot inline bytecode built with JVM target 17 into bytecode that is being built with JVM target 11. Please specify proper '-jvm-target' option.
Here is the fix #12, so it will be great to see it in new release of this library.
The text was updated successfully, but these errors were encountered:
I see you are using 11 not 1.8. That's good news for the future as I'll be moving at some point. For now, I have compiled it against 1.8, please check it's all working for you.
Thanks for the issue.
Hello!
Thank you for you work!
We try you library in our KMP mobile app and would like to include it into production build. But it is not possible for now, because of incompatible JVM target:
Here is the fix #12, so it will be great to see it in new release of this library.
The text was updated successfully, but these errors were encountered: