:loudspeaker: The Kotlin 1.9.20 release is out, th...
# announcements
m
πŸ“’ The Kotlin 1.9.20 release is out, the K2 compiler for all the targets is now in Beta, and Kotlin Multiplatform is now Stable. The release highlights include: βœ… K2 is now in Beta for all the targets βœ… Stable Kotlin Multiplatform βœ… New default hierarchy template for setting up multiplatform projects βœ… Full support for the Gradle configuration cache in Kotlin Multiplatform βœ… Custom memory allocator enabled by default in Kotlin/Native βœ… Performance improvements for the garbage collector in Kotlin/Native βœ… New target for Kotlin/Wasm –
wasm-wasi
, support for the latest Wasm GC βœ… Support for the WASI API in the standard library for Kotlin/Wasm Learn more ⬇️
❀️ 46
πŸ’œ 13
πŸŽ‰ 26
πŸ‘πŸΌ 1
.wasm 7
πŸ‘πŸΎ 1
K 7
🦜 23
πŸ‘ 12
K 78
πŸ• 4
kodee loving 25
πŸš€ 17
d
I'm new to Kotlin development, and I do it just as a hobby. I'm curious about K2, what would it be exactly? Can I use it to compile plugins for JetBrains, or is it for another purpose? Does it improve performance or something like that?
j
@David Rodrigues K2 is the new frontend for the Kotlin compiler. You can read more about it here.