feat(core): core dependecy to rules
Build & Test (NowChessSystems) TeamCity build failed

Added communication between core and rules via REST
This commit is contained in:
LQ63
2026-04-21 23:33:52 +02:00
parent 74b7a174c2
commit fc720166bf
31 changed files with 311 additions and 74 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ dependencies {
implementation(project(":modules:api"))
implementation(project(":modules:io"))
implementation(project(":modules:rule"))
testImplementation(project(":modules:rule"))
implementation(project(":modules:bot"))