Kotlin Multiplatform Dec 8, 2022 Pre-release

v1.8.0-RC

What's New

Kotlin v1.8.0-RC delivers critical stability improvements across the compiler, JavaScript backend, and Gradle integration. This release fixes severe bugs affecting Enum constants, incremental compilation, and cross-module references, while enforcing safer concurrency patterns by forbidding @Synchronized on suspend functions. Enhanced toolchain support and improved error messaging make this a more robust foundation for mobile and multiplatform development.

Highlights

Breaking Changes

  • @Synchronized annotation is now forbidden on suspend functions

Recent Releases

All releases →