Hello everybody :slightly_smiling_face: I am tryin...
# javascript
o
Hello everybody 🙂 I am trying to launch kotlin-multiplatform project with js target as web-app and jvm-target as server. In case I am trying to run everything from terminal, it works properly, but in case I am launching the project from Intellij Idea (same config - gradle run with required args) I am taking an error
Copy code
Task :compileProductionExecutableKotlinJs FAILED
e: java.lang.IllegalStateException: Internal function 'jsIsEs6' not found
After launching from the Idea I become unable to correctly build some projects with
binaries.executable()
setup in js-target part Checked with Intellij Idea
2023.1.5
,
2023.2.3
Tried to remove all local cache and it helps until first run in Idea