7 lines
161 B
Kotlin
Vendored
7 lines
161 B
Kotlin
Vendored
pluginManagement {
|
|
repositories {
|
|
jcenter()
|
|
gradlePluginPortal()
|
|
maven { setUrl("https://dl.bintray.com/kotlin/kotlin-dev") }
|
|
}
|
|
} |