I've got a build where the compileDevelopmentExecutableKotlinJs step can take a few minutes to compl...
g
I've got a build where the compileDevelopmentExecutableKotlinJs step can take a few minutes to complete. It sometimes happens on even very simple/minimal projects. Can anyone offer any suggestions for places I might look (e.g. logs) to determine what is the cause?
t
Which Kotlin version do you use?
g
1.5.31, also using multiplatform plugin.
g
I inserted that timing code into my build script and ran gradle jsBrowserDevelopmentRun. The compileDevelopmentExecutableKotlinJs step took 113 s.
t
More likes and comments required :)