Files
Umbrella/accounting/build.gradle.kts
T
2026-05-06 08:20:37 +02:00

6 lines
127 B
Kotlin

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