Files
gitea-workshop-thomas/settings.gradle.kts
2025-04-14 14:55:55 +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")