these are the repos: ``` repositories { ...
# ktor
r
these are the repos:
Copy code
repositories {
        jcenter()
        maven { url "<https://dl.bintray.com/kotlin/kotlinx>" }
        maven { url "<https://dl.bintray.com/kotlin/ktor>" }
    }