Preview of Kotlin 1.6.20 With Prototype of Context Receivers, Parallel Compilation on JVM, Incremental Compilation in JS, and More
The first preview of the 1.6.20 release is out! Introducing Kotlin 1.6.20-M1! This preview includes: Defining context-dependent declarations in Kotlin/JVM with the prototype of context receivers. Faster builds with parallel compilation of a single module in the JVM IR backend. Faster development with incremental compilation in Kotlin/JS IR. Easier code sharing with hierarchical structure of […]
K 14
🚀 17
K 29
K 8
t
therealbluepandabear
02/09/2022, 4:11 AM
Good job JetBrains 👍
Thank you for this amazing language 😄
d
diego-gomez-olvera
02/09/2022, 9:43 AM
Note that experimental parallel compilation doesn’t work with kapt because kapt disables the IR backend.
Will kapt support the IR backend? Or should projects switch to KSP for this?