Fix dependency management.

This commit is contained in:
Florian THIERRY
2025-04-14 14:28:55 +02:00
parent 2ca85aab88
commit 8fa13103f3
10 changed files with 45 additions and 37 deletions

View File

@@ -1,3 +1,4 @@
rootProject.name = "demo"
include(":demo-domain")
include(":demo-application")
include(":demo-launcher")