I see this bug still opened. <https://youtrack.jet...
# javascript
g
I see this bug still opened. https://youtrack.jetbrains.com/issue/KT-15957 What is the current status of incremental compilation in Kotlin/JS? Is it coming with all the IR work?
j
Our KotlinJS project (1300 classes) takes 2 minutes to compile. i5 Win, 8GB of mem. Incremental compilation would be a blessing.
g
If you can split it into modules the compilation will compile only modified module.
a
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.