I'm a bit confused about the dependencies of the n...
# coroutines
r
I'm a bit confused about the dependencies of the new kotlinx-io -- the github page https://github.com/Kotlin/kotlinx-io references kotlinx-coroutines-io but this doesn't seem to exist any more?
e
That’s just wrong readme. @cy
r
Is it just the readme? For example, ktor-client-core 0.9.4 depends on both
kotlinx-io:0.1.0-alpha-4
AND
kotlinx-coroutines-io:0.1.0-alpha-4
e
Yes, because
coroutines-io
module now resides in
kotlinx-io
repo
(same coordinates)
r
Ah