Therefore task and project module had to be created and partially implemented
6 lines
126 B
Kotlin
6 lines
126 B
Kotlin
description = "Umbrella : Tasks"
|
|
|
|
dependencies{
|
|
implementation(project(":core"))
|
|
implementation(project(":project"))
|
|
} |