Files
itroi/settings.gradle.kts
T
2025-12-17 12:37:39 +02:00

4 lines
161 B
Kotlin

rootProject.name = "itroi"
enableFeaturePreview("STABLE_CONFIGURATION_CACHE")
include("models", "vehicle-service", "route-service", "freight-service", "shared")