Kotlin Multiplatform Sep 29, 2022

v1.7.20

What's New

Kotlin 1.7.20 delivers the new 'until' operator across all platforms, strengthens Kotlin/Native with framework customization and iOS support, and resolves 100+ compiler bugs affecting inline functions, suspend functions, and type inference. Major IDE improvements via FIR analysis API enhance code resolution for SAM interfaces and generic types, while performance optimizations reduce boxing overhead and improve build times.

Highlights

Deprecations

  • Infix function calls of functions named 'suspend' with dangling function literal
  • Synchronized annotation on suspend functions now forbidden

Recent Releases

All releases →