Files
gitea-workshop-thomas/settings.gradle.kts
2025-04-15 08:52:24 +02:00

7 lines
165 B
Kotlin

rootProject.name = "demo"
include(":demo-domain")
include(":demo-application")
include(":demo-infrastructure")
include(":demo-exposition")
include(":demo-launcher")