14 lines
186 B
Kotlin
14 lines
186 B
Kotlin
pluginManagement {
|
|
repositories {
|
|
gradlePluginPortal()
|
|
}
|
|
}
|
|
|
|
rootProject.name = "playground"
|
|
|
|
includeBuild("../")
|
|
|
|
include(":site")
|
|
include(":sitelib")
|
|
include(":worker")
|