refactor: NCS-22 NCS-23 reworked modules and tests (#17)
Build & Test (NowChessSystems) TeamCity build finished

Reviewed-on: #17
This commit was merged in pull request #17.
This commit is contained in:
2026-04-06 09:07:39 +02:00
parent 51ffd7aac9
commit 8f56a82104
98 changed files with 3752 additions and 5940 deletions
+7 -1
View File
@@ -1,2 +1,8 @@
rootProject.name = "NowChessSystems"
include("modules:core", "modules:api", "modules:ui")
include(
"modules:core",
"modules:api",
"modules:io",
"modules:rule",
"modules:ui",
)