4 lines
161 B
Kotlin
4 lines
161 B
Kotlin
rootProject.name = "itroi"
|
|
enableFeaturePreview("STABLE_CONFIGURATION_CACHE")
|
|
|
|
include("models", "vehicle-service", "route-service", "freight-service", "shared") |