-
Notifications
You must be signed in to change notification settings - Fork 6
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
Handle forward compatibility & JVM target version #23
Comments
Binaries are now compatible with |
Turns out, just setting (Taken from https://kotlinlang.org/docs/kotlin-evolution.html#evolving-the-binary-format)
So, even tho if you set With the current setup (compiling with Which I feel is pretty decent for now. |
With the current situation, we can also relax |
Concerns:
JVM
target-version
seems to be not pegged properlyKotlin 1.9.0
& making them notforward-compatible
with, let say ~1.6.0
Kotlin-std-lib
is getting bundled in into the artifactsThe text was updated successfully, but these errors were encountered: