7 lines
165 B
Kotlin
7 lines
165 B
Kotlin
rootProject.name = "demo"
|
|
include(":demo-domain")
|
|
include(":demo-application")
|
|
include(":demo-infrastructure")
|
|
include(":demo-exposition")
|
|
include(":demo-launcher")
|