Remove Bintray ktor usage from kotlin-native

(cherry picked from commit 8a5987d82191da66b31ef10363cebc1a784e31b3)
This commit is contained in:
Nikolay Krasko
2021-02-09 15:17:09 +03:00
committed by Stanislav Erokhin
parent f1aa75ffed
commit 29e1390720
2 changed files with 1 additions and 2 deletions
@@ -8,7 +8,7 @@ plugins {
repositories {
jcenter()
maven("https://dl.bintray.com/kotlin/ktor")
mavenCentral()
}
val hostOs = System.getProperty("os.name")