<Preview of Kotlin 1.6.20 With Prototype of Contex...
# feed
u
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
Good job JetBrains 👍 Thank you for this amazing language 😄
d
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?