I'm having issues resolving this (`implementation ...
# multiplatform
d
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
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
I also tried
kotlin-io
. It didn't work either. Might be a typo.