Hi, Could you share your experience with compilati...
# javascript
i
Hi, Could you share your experience with compilation time for
compileKotlinJs
,
compileDevelopmentExecutableKotlinJs
and using
jsRun —continuous
? In case you compile your code another way please share your steps. The context is that I feel like the IR compilation time is toooo long comparing to what it was with Legacy compiler, for an instance, small change compiled by Legacy took around 5 seconds to get single Js file, with IR it takes 15 seconds for
compileKotlinJs
and another 15 for
compileDevelopmentExecutableKotlinJs
a
What version of the compiler do you use?
i
1.9.20
j
hi guys, I work with Ilia. Please how fast is the gradle JS compiler for you? How long does it take to run incremental compilation with a JS file output? Basically in our project we only need to generate JS file from Kotlin sources, we do not need auto-reload etc. thanks!