Is it just me, or is there no `org.jetbrains.kotli...
# webassembly
e
Is it just me, or is there no
org.jetbrains.kotlin:kotlin-test-wasm:2.0.0
artifact available?
s
Yes, it was split into
kotlin-test-wasm-js
and
kotlin-test-wasm-wasi
since 1.9.20
e
Makes sense, thanks! And does it make sense that if I am putting tests into wasmJsTest, that I have to add a dependency on that even though I already declared the common ones?
s
Common dependency should be enough, iirc
e
Doesn't seem to be working. I'll file an issue.