implemented creation of wiki tables

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2025-09-09 08:34:54 +02:00
parent 45b236cb58
commit 3b8e7ed258
4 changed files with 56 additions and 2 deletions
+5
View File
@@ -0,0 +1,5 @@
description = "Umbrella : Wiki"
dependencies{
implementation(project(":core"))
}