vmironov
09/11/2016, 1:32 PMcompileXxxKotlin
task is about 35% slower than compileXxxKotlin
+ compileXxxKotlinAfterJava
used to be (45 seconds in 1.0.3
vs 1 minute in 1.0.4-dev-2932
).
2. It consumes much more memory (no particular numbers, sorry).
3. I believe there is a memory leak somewhere. Gradle daemon consumes all the available memory (8GB in my case) after a few (7 - 10) successful builds and I'm not even able to compile the project anymore because everything becomes extremely slow and it takes up to 10 minutes to build the project.