Files
Umbrella/settings.gradle.kts
Stephan Richter bac04ac047 implemented function to return estimated times of company.
Therefore task and project module had to be created and partially implemented
2025-07-13 23:45:18 +02:00

19 lines
294 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")
include("project")
include("items")
include("task")