Configure Kotlin: add mavenCentral() to repositories

Since kotlin stdlib depends on artifacts from mavenCentral() we should add it
 #KT-18719 Fixed
This commit is contained in:
Vyacheslav Gerasimov
2017-11-01 17:41:42 +03:00
parent 093f796fc7
commit ffa9478d0c
8 changed files with 25 additions and 3 deletions
@@ -21,6 +21,7 @@ buildscript {
maven {
url 'http://dl.bintray.com/kotlin/kotlin-eap'
}
mavenCentral()
}
dependencies {
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"