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
- Forbid @Synchronized annotation on suspend functions for safer concurrent code
- Fixed critical compiler bugs including StackOverflowError with Enum constants
- Resolved JavaScript incremental compilation issues with cross-module references
- Updated Native platform libraries to support Xcode 14.1
- Improved Gradle toolchain configuration for jvmTarget consistency
- Enhanced serialization plugin error messages for better debugging
Breaking Changes
- @Synchronized annotation is now forbidden on suspend functions
Recent Releases
All releases →
v2.3.20-RC
Feb 19, 2026
Release Notes →
v2.3.10
Feb 5, 2026
Release Notes →
v2.3.10-RC2
Feb 2, 2026
Release Notes →
v2.3.20-Beta2
Jan 29, 2026
Release Notes →
v2.3.10-RC
Jan 19, 2026
Release Notes →
v2.3.20-Beta1
Jan 8, 2026
Release Notes →
v2.3.0
Dec 16, 2025
Release Notes →
v2.3.0-RC3
Dec 9, 2025
Release Notes →
v2.3.0-RC2
Dec 2, 2025
Release Notes →
v2.3.0-RC
Nov 18, 2025
Release Notes →
v2.3.0-Beta2
Oct 28, 2025
Release Notes →