I’m trying to update to ktor-0.9.4, and gradle is ...
# ktor
m
I’m trying to update to ktor-0.9.4, and gradle is unable to find kotlinx-coroutines-io 0.25.0, which is a dependency, it seems?
b
I found it on maven central. Which repository are you using?
m
Copy code
jcenter()
    maven { url "<https://dl.bintray.com/kotlin/kotlinx>" }
    maven { url "<https://dl.bintray.com/kotlin/ktor>" }
    maven { url "<https://dl.bintray.com/kotlin/exposed>" }
b
How long does jcenter take to sync up new versions? It shows released on the 23rd
m
No idea… might just add maven central as a dependency and go from there.
b
Yeah, I'd give that a try and see what you find
m
So when I put kotlinx-coroutines-io:0.25.0 as a compile dependency, it fails again.
b
Oh! I was looking at core, I don't see 0.25.0 for that one