7 lines
183 B
Kotlin
7 lines
183 B
Kotlin
description = "Umbrella : Stock"
|
|
|
|
dependencies{
|
|
implementation(project(":bus"))
|
|
implementation(project(":core"))
|
|
implementation("de.srsoftware:configuration.json:1.0.3")
|
|
} |