ee2f0f45fc
They may differ sometimes as they depend on the latest Kotlin release
11 lines
192 B
Groovy
Vendored
11 lines
192 B
Groovy
Vendored
pluginManagement {
|
|
repositories {
|
|
mavenCentral()
|
|
gradlePluginPortal()
|
|
maven {
|
|
url 'KOTLIN_REPO'
|
|
}
|
|
}
|
|
|
|
}
|
|
rootProject.name = 'generatedProject' |