Reuse build configuration for logger

This commit is contained in:
Kirill Kamakin
2022-11-05 12:42:26 +01:00
parent 4eb119725a
commit bbc368ce69
11 changed files with 59 additions and 21 deletions

View File

@@ -20,6 +20,7 @@ dependencyResolutionManagement {
rootProject.name = "Mealient"
include(":app")
include(":architecture")
include(":database")
include(":datastore")
include(":logging")