refactor(core): integrate Rule module and update GameContext handling

This commit is contained in:
2026-04-04 20:25:20 +02:00
parent 6def31dd80
commit 9b3bbfbcb7
16 changed files with 64 additions and 55 deletions
+1
View File
@@ -39,6 +39,7 @@ dependencies {
}
implementation(project(":modules:api"))
implementation(project(":modules:rule"))
testImplementation(platform("org.junit:junit-bom:5.13.4"))
testImplementation("org.junit.jupiter:junit-jupiter")