move consumers to new sub-project

This commit is contained in:
Savosin Denis
2025-06-03 10:31:16 +07:00
parent e5361b4d56
commit 31e57678d4
12 changed files with 44 additions and 27 deletions

View File

@@ -4,3 +4,4 @@ plugins {
rootProject.name = "demo"
include("db")
include("core")
include("edge-consuming")