The Kotlin 1.7.20 release is out! Here are some highlights from this release:
- The new Kotlin K2 compiler supports
all-open
,no-arg
, Lombok, and other compiler plugins. - We introduced the preview of the
..<
operator for creating open-ended ranges. - The new Kotlin/Native memory manager is enabled by default.
- We introduced a new experimental feature for JVM: inline classes with generic underlying type.
- We announced support for Gradle 7.1.
https://blog.jetbrains.com/kotlin/2022/09/kotlin-1-7-20-released/