Add all layers implementation.

This commit is contained in:
Florian THIERRY
2025-04-14 14:55:55 +02:00
parent 8fa13103f3
commit 2a5bbe5b57
10 changed files with 152 additions and 4 deletions

View File

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