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:
@@ -9,6 +9,7 @@ buildscript {
|
||||
maven {
|
||||
setUrl("http://dl.bintray.com/kotlin/kotlin-eap-1.1")
|
||||
}
|
||||
mavenCentral()
|
||||
}
|
||||
dependencies {
|
||||
classpath(kotlinModule("gradle-plugin", kotlin_version))
|
||||
|
||||
@@ -8,6 +8,7 @@ buildscript {
|
||||
maven {
|
||||
setUrl("http://dl.bintray.com/kotlin/kotlin-eap")
|
||||
}
|
||||
mavenCentral()
|
||||
}
|
||||
dependencies {
|
||||
classpath(kotlinModule("gradle-plugin", kotlin_version))
|
||||
|
||||
Reference in New Issue
Block a user