8 lines
123 B
Kotlin
8 lines
123 B
Kotlin
rootProject.name = "Umbrella25"
|
|
|
|
include("backend")
|
|
include("translations")
|
|
include("user")
|
|
include("web")
|
|
|
|
include("core") |