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.
|
picklebento
left a comment
There was a problem hiding this comment.
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)