Files
Umbrella/settings.gradle.kts

21 lines
361 B
Kotlin

rootProject.name = "Umbrella25"
include("backend")
include("bookmark")
include("company")
include("contact")
include("core")
include("documents")
include("legacy")
include("items")
include("messages")
include("markdown")
include("notes")
include("project")
include("tags")
include("task")
include("time")
include("translations")
include("user")
include("web")