Therefore task and project module had to be created and partially implemented
7 lines
183 B
Kotlin
7 lines
183 B
Kotlin
description = "Umbrella : Documents"
|
|
|
|
dependencies{
|
|
implementation(project(":company"))
|
|
implementation(project(":core"))
|
|
implementation("de.srsoftware:tools.mime:1.1.2")
|
|
} |