implemented transaction propagation via event bus

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2026-05-04 22:15:58 +02:00
parent 9417c60346
commit e43ab1f20e
8 changed files with 136 additions and 18 deletions
+1
View File
@@ -1,5 +1,6 @@
description = "Umbrella : Accounting"
dependencies{
implementation(project(":bus"))
implementation(project(":core"))
}