https://twitter.com/kotlin/status/1088153958890201089
Kotlin 1.3.20 is here!
• Building multiplatform projects with Gradle Kotlin DSL
• Shorter build time for Kotlin/JS with incremental compilation
• Faster Gradle builds with parallel task execution
• Code contracts in Kotlin/Native
and more: https://t.co/ljg0Gytb4z
Twitter
K 1
🎉 16
c
cristiangm
01/23/2019, 8:38 PM
I'll do more tests, first build using it took 12 minutes where other previously took 15, but once cached it took 9:26 while previously it took 9:11
cristiangm
01/23/2019, 8:39 PM
Also the timeline shows more parallel tasks the first time without the cache. The second time, with BuildCache it shows the usual timeline with a single Worker for half of the build