Good news - it works. Bad news - it has a lot of c...
# eap
v
Good news - it works. Bad news - it has a lot of critical performance issues: 1.
compileXxxKotlin
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.