Add product classes into domain.

This commit is contained in:
Florian THIERRY
2025-04-14 13:52:20 +02:00
parent b5b896cb47
commit 2ca85aab88
7 changed files with 44 additions and 5 deletions

View File

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