ikej
10/11/2018, 8:57 PMmkobit
10/11/2018, 8:59 PMeskatos
10/12/2018, 8:04 AMbuildSrc
needs to be refined to provide a better feedback loop in general, but the kotlin-dsl itself is a big contributor to that feedback loop. Parallel script compilation would be one way to make it faster, it’s tied to Gradle scripts evaluation model though. Compilation avoidance would be easier to apply to scripts (change an implementation detail -> no recompilation), that’s https://github.com/gradle/kotlin-dsl/issues/740
As part of compiling scripts Kotlin code gets generated and compiled, this step can be optimized, see https://github.com/gradle/kotlin-dsl/issues/817ikej
10/12/2018, 8:17 AM