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
@@ -5,7 +5,6 @@ plugins {
repositories {
jcenter()
maven { setUrl("https://dl.bintray.com/kotlin/kotlin-dev") }
maven { setUrl("https://dl.bintray.com/kotlin/kotlin-eap") }
}
@@ -1,7 +1,6 @@
pluginManagement {
repositories {
jcenter()
maven { setUrl("https://dl.bintray.com/kotlin/kotlin-dev") }
maven { setUrl("https://dl.bintray.com/kotlin/kotlin-eap") }
}