major refactoring: working towards more interface-implementation splitting

This commit is contained in:
2025-07-10 10:56:03 +02:00
parent d68dc991d0
commit 21812d2b42
22 changed files with 168 additions and 84 deletions

View File

@@ -2,10 +2,11 @@ rootProject.name = "Umbrella25"
include("backend")
include("core")
include("documents")
include("legacy")
include("messages")
include("translations")
include("user")
include("web")
include("documents")
include("company")