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

Dominaezzz

12/08/2018, 3:31 PM
I'm having issues resolving this (
implementation 'org.jetbrains.kotlinx:kotlinx-io:0.1.2-multiplatform-dev-4'
) dependency on the common source set but the jvm and native variants resolve just fine. Is that valid or is it called something else?
s

Sam

12/08/2018, 4:01 PM
I’m not sure if the docs are wrong or right, from the Readme: Use kotlinx-io-js with Kotlin JavaScript and kotlin-io for common code if you are doing multiplatform module.
d

Dominaezzz

12/08/2018, 4:02 PM
I also tried
kotlin-io
. It didn't work either. Might be a typo.