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