bashor
05/07/2018, 8:42 PMlewik
05/07/2018, 8:45 PMbashor
05/07/2018, 8:48 PMlewik
05/07/2018, 8:48 PMbashor
05/07/2018, 8:52 PMkotlin.incremental.js=true
in gradle.properties
or local.properties
bashor
05/07/2018, 8:52 PMdeviant
05/10/2018, 8:09 AMbashor
05/10/2018, 1:14 PMJurriaan Mous
05/10/2018, 1:48 PMkotlin.incremental.js=true
to the gradle.properties. It now prints Using experimental Kotlin/JS incremental compilation
while compiling JS code. And without the kotlinCompile2Js
task runs in 7+ sec and with it turned on to ±1.5 sec per compile after a small change.lewik
05/11/2018, 7:22 AMbashor
05/11/2018, 10:04 AMbashor
05/11/2018, 10:10 AMbashor
05/11/2018, 10:10 AMbashor
05/11/2018, 10:12 AMbashor
05/11/2018, 10:14 AMlewik
05/11/2018, 10:39 AMlewik
05/11/2018, 6:12 PMbashor
05/11/2018, 6:50 PMlewik
05/11/2018, 6:50 PMlewik
05/11/2018, 6:51 PMbashor
05/11/2018, 6:54 PMlewik
05/11/2018, 6:54 PMlewik
05/11/2018, 6:58 PMbashor
05/11/2018, 7:55 PMbashor
05/11/2018, 7:57 PMIs there any optimization within module?yes, it’s IC 🙂
I thought it depends on class hierarchyActually the result depends on your dependency graph