4 lines
76 B
Kotlin
4 lines
76 B
Kotlin
rootProject.name = "demo"
|
|
include(":demo-domain")
|
|
include(":demo-launcher")
|