mirror of
https://github.com/Matte23/circolapp.git
synced 2025-12-06 07:29:10 +00:00
14 lines
220 B
Kotlin
14 lines
220 B
Kotlin
pluginManagement {
|
|
repositories {
|
|
google()
|
|
jcenter()
|
|
gradlePluginPortal()
|
|
mavenCentral()
|
|
}
|
|
|
|
}
|
|
rootProject.name = "Circolapp"
|
|
|
|
include(":backend")
|
|
include(":shared")
|
|
include(":app") |