Our KotlinJS project (1300 classes) takes 2 minutes to compile. i5 Win, 8GB of mem. Incremental compilation would be a blessing.
g
gaetan
03/30/2018, 9:06 PM
If you can split it into modules the compilation will compile only modified module.
a
anton.bannykh
04/02/2018, 2:20 PM
AFAIK incremental compilation should work in Gradle. At the very least for a single module it should work quite well. There might be some issues with unnecessary recompiling dependencies though. @alexey.tsvetkov should know the details.