implemented creation of new account

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2026-04-02 00:35:07 +02:00
parent 153584a031
commit 677d6c9797
8 changed files with 115 additions and 20 deletions

View File

@@ -11,6 +11,7 @@ application{
}
dependencies{
implementation(project(":accounting"));
implementation(project(":bookmark"));
implementation(project(":bus"));
implementation(project(":company"))
@@ -47,6 +48,7 @@ tasks.jar {
.map(::zipTree) // OR .map { zipTree(it) }
from(dependencies)
dependsOn(
":accounting:jar",
":bookmark:jar",
":bus:jar",
":company:jar",