Files
Umbrella/task/build.gradle.kts
Stephan Richter bac04ac047 implemented function to return estimated times of company.
Therefore task and project module had to be created and partially implemented
2025-07-13 23:45:18 +02:00

6 lines
126 B
Kotlin

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