Are there any bug fix releases planned for Kotlin ...
# announcements
e
Are there any bug fix releases planned for Kotlin 1.5.10? It seems like there were memory leaks introduced with Kotlin 1.5.0 and 1.5.10 didn't resolve all of them. From what I last saw on YouTrack, they are scheduled to be fixed in 1.5.30, but wouldn't things like that be a candidate for a bug fix release?
s
Hi! Could you explain in details, please? Do you mean memory leaks in IDEA? It would be great if you post here the links to YT issues.
e
https://youtrack.jetbrains.com/issue/KT-46744 - I tried the 1.5.30 dev build mentioned in the comments, and it didn't fix the leak that I am seeing, so possibly 2 leaks there (my issue seems like it might be related to https://youtrack.jetbrains.com/issue/KT-46368 since it also deals with
ClientLoopbackSocketFactory
) https://youtrack.jetbrains.com/issue/KT-44765 - Reported before 1.5.0 but it seemed to not start affecting my project until then