4cfa2f95a7
#KT-36136 fixed
11 lines
228 B
Kotlin
Vendored
11 lines
228 B
Kotlin
Vendored
pluginManagement {
|
|
repositories {
|
|
mavenCentral()
|
|
gradlePluginPortal()
|
|
maven {
|
|
url = uri("https://dl.bintray.com/kotlin/kotlin-dev")
|
|
}
|
|
}
|
|
|
|
}
|
|
rootProject.name = "generatedProject" |