is there more info about the incremental compilati...
# announcements
c
is there more info about the incremental compilation introduced in 1.2.50 ?
1
g
Are you talking about this?
Starting with Kotlin 1.2.50, Kotlin tracks changes incrementally across the modules of a multimodule Android project. This results in significantly faster incremental builds of large Android projects with multiple interdependent modules.
https://blog.jetbrains.com/kotlin/2018/06/kotlin-1-2-50-is-out/