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
+2 -1
View File
@@ -19,8 +19,9 @@ dependencies{
implementation(project(":legacy"))
implementation(project(":markdown"))
implementation(project(":messages"))
implementation(project(":task"))
implementation(project(":project"))
implementation(project(":task"))
implementation(project(":time"))
implementation(project(":translations"))
implementation(project(":user"))
implementation(project(":web"))