Files
OpenCloudCal/settings.gradle.kts
Stephan Richter e4b8bcb99a first implementation of cal.db, that
- successfully connects to db
- updated db sheme
- succeeds in listing appointments

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2024-12-22 20:33:35 +01:00

8 lines
242 B
Kotlin

rootProject.name = "de.srsoftware.cal"
include("de.srsoftware.cal.app")
include("de.srsoftware.cal.api")
include("de.srsoftware.cal.db")
include("de.srsoftware.cal.importer")
include("de.srsoftware.cal.web")
include("de.srsoftware.cal.base")