If I make a source set for js and wasm (e.g. `jsWa...
# multiplatform
e
If I make a source set for js and wasm (e.g.
jsWasm
) I can't reference js code from it (e.g.
org.w3c.dom.url.URL
). Is this supposed to be possible, and if so, how do I do that?