8 lines
138 B
Kotlin
Vendored
8 lines
138 B
Kotlin
Vendored
pluginManagement {
|
|
repositories {
|
|
gradlePluginPortal()
|
|
mavenCentral()
|
|
}
|
|
|
|
}
|
|
rootProject.name = "consoleApplication" |