Anyone using `kotlinx-coroutines-test:1.3.8-1.4.0-...
# coroutines
d
Anyone using
kotlinx-coroutines-test:1.3.8-1.4.0-rc
for JS with success? I get resolution errors.
My interpretarion of this, is that only the jvm variant can be found.
But
-js
specific artifact doesnt exist either
Uh oh, looks like this just doesn't exist: https://youtrack.jetbrains.com/issue/KT-22228
m
Yeah, it’s JVM only
j
I have the same problem. How come, though? I could use
kotlinx-coroutines-test
in my
commonTest
source set when using
1.3.6
. Is there any plan to release JS (and, more generally, “common”) versions?