As an FYO, I am running into KT-77004 on the compi...
# kilua
p
As an FYO, I am running into KT-77004 on the compileDevelopmentExecutableKotlinWasmJs task when running wasmJsBrowserDevelopmentRun. This is occurring on a project built from the Kilua IntelliJ plugin. There are some notes on possible causes and workarounds on the ticket, but the exception doesn't help in the slightest to identify where the problems is. No line, filename, module or other detail at all.
r
It's a know issue with kotlin wrappers - https://github.com/JetBrains/kotlin-wrappers/issues/2761
It's caused by the Seskar plugin used by the wrappers project. @turansky is hopefully working on a fix. Until it's done wasmJs development mode can't be used.
I decided to use the kotlin-wrappers project even though I was aware of the problem.
Just got news this is planned to be fixed really soon (a week or so).
👍 2