11 lines
199 B
Kotlin
Vendored
11 lines
199 B
Kotlin
Vendored
pluginManagement {
|
|
repositories {
|
|
gradlePluginPortal()
|
|
mavenCentral()
|
|
maven {
|
|
url = uri("KOTLIN_REPO")
|
|
}
|
|
}
|
|
|
|
}
|
|
rootProject.name = "generatedProject" |