-
Notifications
You must be signed in to change notification settings - Fork 667
Update Kotlin to 2.2.0-Beta2 #4868
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
Conversation
- updated gradle to 8.14
- upgrade to kotlin 2.2.0-Beta2
@@ -9,7 +9,7 @@ junit4 = "4.13.2" | |||
junit-platform = "1.8.2" | |||
junit-jupiter = "5.8.2" | |||
kaml = "0.66.0" | |||
kotlin = "2.1.20" | |||
kotlin = "2.2.0-Beta2" |
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.
Is there a reason to upgrade to a beta version?
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.
just doing some eval for what changes will be required at the request of @sksamuel
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.
I wanted to get ahead of any breaking compiler plugin changes.
see #4870: KotestMultiplatformCompilerGradlePlugin still pulls in |