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