NB: To try out the incremental compilation's impro...
# eap
d
NB: To try out the incremental compilation's improvements you need to enable them explicitly by adding
kotlin.incremental.usePreciseJavaTracking=true
to your
gradle.properties
i
As I understand it, these improvements are only effective within the same module. Is it planned to extend this compilation avoidance to multi-module builds? Gradle has this for Java compilation since 3.4 (https://blog.gradle.org/incremental-compiler-avoidance). Currently, if I change a single line in a Java file in a module that all my other modules depend on, all Kotlin files have to be recompiled which takes several minutes.
d
Multi-module builds are already supported, so if you still experience the problem you describe please report an issue https://youtrack.jetbrains.com/issues