hi Edoardo, thanks!
Also see no option for incremental compilation 😞
We are including a KotlinJS based UI in existing Maven Java projects as a new modules. This makes integration with legacy projects straightforward, without having to change anything in CI pipelines or IDE.
Owners of those projects won't migrate them to Gradle as Maven works fine for them and we cannot force them.
Also until Kotlin 1.7 and old compiler everything was running smooth and incremental compilation from Idea was quite fast.
Also seems that compilation using Gradle is bit complicated as it requires NodeJS, webpack and other stuff and itis complicated to set it up in a restricted company environment with HTTP proxy and blocked Maven central repository. Everything has to go through controlled Maven company proxy.