11 lines
235 B
Kotlin
Vendored
11 lines
235 B
Kotlin
Vendored
pluginManagement {
|
|
repositories {
|
|
mavenCentral()
|
|
gradlePluginPortal()
|
|
maven {
|
|
url = uri("https://dl.bintray.com/kotlin/kotlin-dev")
|
|
}
|
|
}
|
|
|
|
}
|
|
rootProject.name = "fullStackWebApplication" |