refactor(core): add IO module and integrate GameContext import/export traits

This commit is contained in:
2026-04-04 19:50:08 +02:00
parent c08e5f8c62
commit 6def31dd80
8 changed files with 90 additions and 73 deletions
+7 -1
View File
@@ -1,2 +1,8 @@
rootProject.name = "NowChessSystems"
include("modules:core", "modules:api", "modules:ui", "modules:rule")
include(
"modules:core",
"modules:api",
"modules:io",
"modules:rule",
"modules:ui",
)