K The Kotlin 2.2.20 release is out and brings important changes for web development!
Kotlin/Wasm is now Beta, with improvements to exception handling in JavaScript interop, npm dependency management, built-in browser debugging support, and a new shared source set for js and wasmJs targets. Additionally, here are some main highlights:
✅
Language: Improved overload resolution when passing lambdas to overloads with suspend function types.
✅
Kotlin Multiplatform: Swift export available by default, stable cross-platform compilation for Kotlin libraries, and a new approach for declaring common dependencies.
✅
Kotlin/Native: Support for stack canaries in binaries and smaller binary size for release binaries.
✅
Kotlin/JS: Long values compiled into JavaScript BigInt.
Learn more:
http://kotl.in/2.2.20