I'm using Kotlin 1.8.20 and IDEA 2022.3.1. The `wa...
# webassembly
a
I'm using Kotlin 1.8.20 and IDEA 2022.3.1. The
wasmMain
source set is recognized by the IDE when I have
js(IR)
,
jvm
and
wasm
targets specified. But once I add
android
target, then
wasmMain
source set is no longer recognized. Wondering, is it a known issue?