8 lines
163 B
Kotlin
8 lines
163 B
Kotlin
description = "Umbrella : Tasks"
|
|
|
|
dependencies{
|
|
implementation(project(":bus"))
|
|
implementation(project(":core"))
|
|
implementation(project(":project"))
|
|
}
|