Files
Umbrella/accounting/build.gradle.kts
T
2026-05-04 22:15:58 +02:00

6 lines
127 B
Kotlin

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