8 lines
122 B
Kotlin
Vendored
8 lines
122 B
Kotlin
Vendored
pluginManagement {
|
|
repositories {
|
|
mavenLocal()
|
|
gradlePluginPortal()
|
|
}
|
|
}
|
|
|
|
rootProject.name = "test" |