preparing journal module

This commit is contained in:
2025-12-22 15:12:25 +01:00
parent c05f5110e4
commit a4fffbe91b
9 changed files with 74 additions and 1 deletions
+7
View File
@@ -0,0 +1,7 @@
description = "Umbrella : Journal"
dependencies{
implementation(project(":bus"))
implementation(project(":core"))
}