-
-
Notifications
You must be signed in to change notification settings - Fork 797
Update to Kotlin 1.4.32 #3606
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
Update to Kotlin 1.4.32 #3606
Conversation
Codecov Report
@@ Coverage Diff @@
## main #3606 +/- ##
============================================
- Coverage 77.53% 77.51% -0.02%
Complexity 2837 2837
============================================
Files 464 464
Lines 8781 8781
Branches 1720 1720
============================================
- Hits 6808 6807 -1
- Misses 1047 1048 +1
Partials 926 926
Continue to review full report at Codecov.
|
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 was talking to @cortinico the other day about Kotlin 1.4.32 published to mavenCentral()
without release notes.
I verified |
That sounds right then. The fix for the issue is JetBrains/kotlin@e7e17cd which is a revert of the commit you've linked to. Edit: We can still wait for a few hours/days for the official release & release notes. |
My bad. I didn't closely read the comments in KT-45007. So
|
+1 for this |
https://github.com/JetBrains/kotlin/releases/tag/v1.4.32 KT-45007 confirmed fixed. |
https://kotlinlang.org/docs/releases.html#release-details 1.4.32 release 🎉 |
It's not officially released yet (though the JARs were published to Maven Central) so there's no changelog to confirm KT-45007 fix was included, but the issue on YouTrack states it's fixed in this version so it should be safe to update.
See #3514 (comment)