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