Files
Umbrella/task/build.gradle.kts
2025-12-19 13:33:08 +01:00

8 lines
163 B
Kotlin

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