Files
Umbrella/stock/build.gradle.kts
Stephan Richter 90528cfcac migration partially working:
- upon migration, items appear in stock module
- after restart, they are gone
- only one item is actually persisted in the DB???

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-11-30 23:44:01 +01:00

6 lines
147 B
Kotlin

description = "Umbrella : Stock"
dependencies{
implementation(project(":core"))
implementation("de.srsoftware:configuration.json:1.0.3")
}