15 lines
241 B
Kotlin
15 lines
241 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")
|
|
|
|
include("markdown") |