started implementing listTimes – way to complicated

This commit is contained in:
2025-07-15 08:23:08 +02:00
parent 65b5dded01
commit a75c58932d
17 changed files with 330 additions and 25 deletions
+5
View File
@@ -0,0 +1,5 @@
description = "Umbrella : Timetracking"
dependencies{
implementation(project(":core"))
}