I have a basic Kotlin/Wasm example (<https://githu...
# webassembly
j
I have a basic Kotlin/Wasm example (https://github.com/jamesward/hello-kotlin-wasm) but something isn't working right with IntelliJ (Kotlin not configured). Using IntelliJ 2023.1.2 and Kotlin 1.9.0-Beta plugin. Any ideas?
b
Hi! Looks like https://youtrack.jetbrains.com/issue/KTIJ-25719/K-Wasm-Fix-import-of-wasm-projects-with-Kotlin-1.9.0 The fix should come with new IDE/Kotlin plugin releases.
It should work in the latest IDEA 2023.2 EAP
j
Thank you! I'll try the EAP