Files
NowChessSystems/settings.gradle.kts
T
Janis 8744bee2dd feat: NCS-41 Bot Platform (#33)
Co-authored-by: Janis <janis@nowchess.de>
Reviewed-on: #33
Co-authored-by: Janis <janis.e.20@gmx.de>
Co-committed-by: Janis <janis.e.20@gmx.de>
2026-04-19 15:52:08 +02:00

9 lines
161 B
Kotlin

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