Files
Umbrella/stock/build.gradle.kts
T

5 lines
86 B
Kotlin

description = "Umbrella : Stock"
dependencies{
implementation(project(":core"))
}