Files
Umbrella/settings.gradle.kts
Stephan Richter b918d453cb implemented user login.
next: find a solution for routing
2025-06-30 21:11:42 +02:00

8 lines
123 B
Kotlin

rootProject.name = "Umbrella25"
include("backend")
include("translations")
include("user")
include("web")
include("core")