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