10 lines
238 B
Kotlin
Vendored
10 lines
238 B
Kotlin
Vendored
pluginManagement {
|
|
repositories {
|
|
maven("https://dl.bintray.com/kotlin/kotlin-eap")
|
|
maven("https://dl.bintray.com/kotlin/kotlin-dev")
|
|
mavenLocal()
|
|
gradlePluginPortal()
|
|
}
|
|
}
|
|
|
|
rootProject.name = "test" |