Kotlin 1.9.10
Kotlin 1.9.10 がリリースされています。
What’s new in Kotlin 1.9.0
https://kotlinlang.org/docs/whatsnew19.html
The Kotlin 1.9.0 release is out and the K2 compiler for the JVM is now in Beta. Additionally, here are some of the main highlights:
https://kotlinlang.org/docs/whatsnew19.html
- New Kotlin K2 compiler updates
- Stable replacement of the enum class values function
- Stable
..<
operator for open-ended ranges- New common function to get regex capture group by name
- New path utility to create parent directories
- Preview of the Gradle configuration cache in Kotlin Multiplatform
- Changes to Android target support in Kotlin Multiplatform
- Preview of custom memory allocator in Kotlin/Native
- Library linkage in Kotlin/Native
- Size-related optimizations in Kotlin/Wasm