Remove Bintray kotlin-dev usage from kotlin-native

(cherry picked from commit ec4ac192a822949af55264157cf6f03d0c4f0c20)
This commit is contained in:
Nikolay Krasko
2021-02-09 15:16:48 +03:00
committed by Stanislav Erokhin
parent 29e1390720
commit c4178daf48
10 changed files with 0 additions and 12 deletions
@@ -6,7 +6,6 @@ repositories {
google()
jcenter()
mavenCentral()
maven("https://dl.bintray.com/kotlin/kotlin-dev")
maven("https://dl.bintray.com/kotlin/kotlin-eap")
}
@@ -16,7 +16,6 @@ pluginManagement {
google()
jcenter()
mavenCentral()
maven("https://dl.bintray.com/kotlin/kotlin-dev")
maven("https://dl.bintray.com/kotlin/kotlin-eap")
}
}