Trying to use the new ir compiler, setting `kotlin...
# javascript
j
Trying to use the new ir compiler, setting
kotlin.js.compiler=ir
in
gradle.properties
, all is fine generally, but if I use
--continuous
in my the run configuration for the
run
gradle task, the first compile works, but as soon as I change a file and save, the build crashes with a file not found on the <ModuleName>.js file. Restarting the task again works fine. It seems doubtful I'm the first to try this, so I'm guessing I'm doing something wrong here. Anyone have an easy answer, or YT ?
b
It's a known issue with ir compiler. They're working on it. For now use legacy compiler when developing
👍 3
i
Probably you mean KT-40087 It should be fixed in
1.4.20
when it will be released This error should not broke updating everytime when it appears
👍 1