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

View File

@@ -18,6 +18,7 @@ dependencies{
implementation(project(":core"))
implementation(project(":documents"))
implementation(project(":files"))
implementation(project(":journal"))
implementation(project(":legacy"))
implementation(project(":markdown"))
implementation(project(":messages"))
@@ -52,6 +53,7 @@ tasks.jar {
":core:jar",
":documents:jar",
":files:jar",
":journal:jar",
":legacy:jar",
":markdown:jar",
":messages:jar",