13 lines
220 B
Kotlin
13 lines
220 B
Kotlin
rootProject.name = "Umbrella25"
|
|
|
|
include("backend")
|
|
include("core")
|
|
include("documents")
|
|
include("legacy")
|
|
include("messages")
|
|
include("translations")
|
|
include("user")
|
|
include("web")
|
|
|
|
include("company")
|
|
include("contact") |