Files
Umbrella/project/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

5 lines
89 B
Kotlin

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