The Kotlin 1.7.20-Beta release is out! Here are some highlights from this preview version of Kotlin:
The new Kotlin K2 compiler supports all-open, no-arg, Parcelize, 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.
Learn more about these features and how to enable them in What’s new in Kotlin 1.7.20-Beta. For the complete list of changes, refer to release notes on GitHub.
Ins