Files
NowChessSystems/settings.gradle.kts
T
LQ63 25c113e4d5
Build & Test (NowChessSystems) TeamCity build failed
feat(server): Http4s server
Added http4s server according to the API specification. A game is playable via API
2026-04-12 18:15:04 +02:00

9 lines
164 B
Kotlin

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