https://kotlinlang.org logo
#coroutines
Title
# coroutines
d

darkmoon_uk

08/07/2020, 3:16 PM
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

Marc Knaup

08/07/2020, 9:55 PM
Yeah, it’s JVM only
j

Joffrey

08/09/2020, 6:50 PM
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?
6 Views