-
Notifications
You must be signed in to change notification settings - Fork 428
Re-enable kotlin tests #1939
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
Re-enable kotlin tests #1939
Conversation
Reverts #1473
|
Hmmm...now it's failing, but because there's an even newer version of kotlin. We are going to need to choose a specific version of kotlin based on the version of the CLI. |
a572e6d to
c5f043e
Compare
Change the `prepare-test` action to conditionally setup kotlin.
c5f043e to
fcf7c47
Compare
|
Converting to draft mode since I won't be able to work on this. If someone else wants to pick it up, please do so. |
|
Not going to be able to get to this. |
11b4852 to
dd6e97c
Compare
dd6e97c to
a449977
Compare
1682ca4 to
7512620
Compare
7512620 to
31a716b
Compare
|
This should now be working properly. The version of kotlin is fixed to 1.8.21. We can consider upgrading the version in the future, or even running against multiple versions if we like. |
angelapwen
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for getting back to this!! ✨
Reverts #1473