-
-
Notifications
You must be signed in to change notification settings - Fork 24
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
test(server): add test for using older Kotlin compiler #1757
Conversation
56e7c9c
to
ad54ecd
Compare
CC @Vampire |
Nice, but is there a reason you do the installing of versions manually instead of using for example https://github.com/marketplace/actions/setup-kotlin#running-a-script-inline ? |
@Vampire I rushed it - i tried this, but Kotlin had a problem detecting this artifact, so I thought there's some problem with the bindings server not being able to work with non-major version. That's why I inlined what the action does. Let me try using the action here: #1758. |
Part of #1756.
The goal here is to both depict the current behavior, but also save us from unintentionally having Renovate auto-merge PRs that bump Kotlin version, which results in having incompatibility in Kotlin Metadata. The details of the problem are described in #1756.