- 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>
6 lines
147 B
Kotlin
6 lines
147 B
Kotlin
description = "Umbrella : Stock"
|
|
|
|
dependencies{
|
|
implementation(project(":core"))
|
|
implementation("de.srsoftware:configuration.json:1.0.3")
|
|
} |