started implementing poll backend

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2026-02-13 09:15:19 +01:00
parent 0db2ad8b0e
commit dbc4525e80
10 changed files with 138 additions and 21 deletions

View File

@@ -23,6 +23,7 @@ dependencies{
implementation(project(":markdown"))
implementation(project(":messages"))
implementation(project(":notes"))
implementation(project(":poll"))
implementation(project(":project"))
implementation(project(":stock"))
implementation(project(":tags"))