Hi, how do we access `<http://kotlinx.io|kotlinx.i...
# io
d
Hi, how do we access
<http://kotlinx.io|kotlinx.io>
from a
commonMain
sourceset in a MPP project?
a
like any other mpp library. What have you tried?
d
kotlinx-io
and
kotlinx-io-common
most mpp libs have a
-common
module but
<http://kotlinx.io|kotlinx.io>
doesn't
a
kotlinx-io is not published anywhere yet. Where did you take the artifact for it?
I mean 2.0 version
Is the github repo deprecated?
a
Do not use artefactory builds. If you need old version, look here: https://bintray.com/kotlin/kotlinx/kotlinx.io/0.1.16
The library is currently being massively redone
new version is not released yet
kotlinx-io is common artefacr
d
I need jcenter for other things?
a
most of kotlinx artefacts are placed in kotlinx bintray repository
d
ah I see
a
some of them are shared on jcenter, but I do not think that all are.