Files
Umbrella/stock/build.gradle.kts
2026-02-10 23:48:10 +01:00

7 lines
183 B
Kotlin

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