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
+1
View File
@@ -39,6 +39,7 @@ dependencies {
}
implementation(project(":modules:api"))
implementation(project(":modules:io"))
implementation(project(":modules:rule"))
testImplementation(platform("org.junit:junit-bom:5.13.4"))