working in first importer: JenaRosenkeller

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2024-12-19 00:56:40 +01:00
parent 2c76c61657
commit a17b322001
7 changed files with 123 additions and 9 deletions
+6
View File
@@ -0,0 +1,6 @@
description = "OpenCloudCal : Application"
dependencies {
implementation(project(":de.srsoftware.cal.api"))
implementation(project(":de.srsoftware.cal.importer"))
}