Remove bintray repositories from kotlin-native/samples

This commit is contained in:
Svyatoslav Scherbina
2021-03-03 09:33:04 +00:00
committed by Space
parent 5923cbd76f
commit 95584f90c3
12 changed files with 1 additions and 19 deletions
@@ -6,7 +6,6 @@ repositories {
google()
jcenter()
mavenCentral()
maven("https://dl.bintray.com/kotlin/kotlin-eap")
}
plugins {
@@ -16,6 +16,5 @@ pluginManagement {
google()
jcenter()
mavenCentral()
maven("https://dl.bintray.com/kotlin/kotlin-eap")
}
}