-
Notifications
You must be signed in to change notification settings - Fork 12
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
Kotlin 2.1.0 support #403
Comments
Easiest way to demonstrate this going forward is to add a variant to the build-sample CI job, as in the first commit of #411. Then we can try to use reflection to make the current version forward-compatible with upcoming betas. |
2.1.0-Beta2 is supported in the latest snapshot. |
I'm not asking for an alpha release, I know there's effort involved, but just an FYI this is currently not convenient to test in our build (without a fair bit of refactoring) due to the need to add the snapshot repo all over the place in our tests because of #328, so I can't verify locally. I was going to revisit that issue to see what's changed in recent Kotlin releases but haven't had the time. |
I can do a dot release since it's still compiled with 2.0.21. I'll plan on doing that today. |
0.17.2 supports 2.0.0 – 2.1.0-Beta2 |
I'm seeing errors with Kotlin 2.1.0-Beta1:
The text was updated successfully, but these errors were encountered: