implemented function to return estimated times of company.
Therefore task and project module had to be created and partially implemented
This commit is contained in:
6
task/build.gradle.kts
Normal file
6
task/build.gradle.kts
Normal file
@@ -0,0 +1,6 @@
|
||||
description = "Umbrella : Tasks"
|
||||
|
||||
dependencies{
|
||||
implementation(project(":core"))
|
||||
implementation(project(":project"))
|
||||
}
|
||||
Reference in New Issue
Block a user