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
-2
View File
@@ -1,7 +1,6 @@
buildscript {
repositories {
mavenCentral()
maven("https://dl.bintray.com/kotlin/kotlin-dev")
maven("https://dl.bintray.com/kotlin/kotlin-eap")
val kotlinCompilerRepo: String? by rootProject
@@ -17,7 +16,6 @@ buildscript {
allprojects {
repositories {
mavenCentral()
maven("https://dl.bintray.com/kotlin/kotlin-dev")
maven("https://dl.bintray.com/kotlin/kotlin-eap")
val kotlinCompilerRepo: String? by rootProject