preparing notes module (backend)

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2025-07-28 18:22:13 +02:00
parent 378ef640d9
commit 6600b6fd27
13 changed files with 386 additions and 14 deletions

6
notes/build.gradle.kts Normal file
View File

@@ -0,0 +1,6 @@
description = "Umbrella : Notes"
dependencies{
implementation(project(":core"))
}