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.