Remove more kotlin-dev usages

This commit is contained in:
Nikolay Krasko
2020-08-09 02:50:23 +03:00
parent be2badc6ed
commit 50d85b92da
3 changed files with 1 additions and 12 deletions
@@ -1,9 +1,6 @@
buildscript {
repositories {
mavenCentral()
maven {
url 'https://dl.bintray.com/kotlin/kotlin-dev'
}
}
dependencies {
@@ -19,9 +16,6 @@ apply plugin: 'kotlin'
repositories {
mavenCentral()
maven {
url 'https://dl.bintray.com/kotlin/kotlin-dev'
}
}
dependencies {
@@ -2,6 +2,5 @@ pluginManagement {
repositories {
jcenter()
gradlePluginPortal()
maven { setUrl("https://dl.bintray.com/kotlin/kotlin-dev") }
}
}