- Added new compiler features: @JvmDefaultWithCompatibility annotation, programmatic annotation creation, experimental parallel compilation for the JVM backend, and SAM conversion support for serializable interfaces.
- Introduced diagnostics and deprecations (private sealed constructors, invalid if‑as‑expression, builder inference improvements) and now require Xcode 13 for Kotlin/Native builds.
- Fixed many JVM IR, Native, and FIR bugs that caused crashes, incorrect bytecode, and performance regressions.