10 lines
161 B
Kotlin
10 lines
161 B
Kotlin
rootProject.name = "Umbrella25"
|
|
|
|
include("backend")
|
|
include("core")
|
|
include("legacy")
|
|
include("messages")
|
|
include("translations")
|
|
include("user")
|
|
include("web")
|