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
-1
View File
@@ -16,7 +16,6 @@ buildscript {
maven { url kotlinCompilerRepo }
jcenter()
maven { url "https://kotlin.bintray.com/kotlinx" }
maven { url "https://dl.bintray.com/kotlin/kotlin-dev" }
}
dependencies {