Files
NowChessSystems/settings.gradle.kts
T
Janis 8f56a82104
Build & Test (NowChessSystems) TeamCity build finished
refactor: NCS-22 NCS-23 reworked modules and tests (#17)
Reviewed-on: #17
2026-04-06 09:07:39 +02:00

8 lines
142 B
Kotlin

rootProject.name = "NowChessSystems"
include(
"modules:core",
"modules:api",
"modules:io",
"modules:rule",
"modules:ui",
)