Implement logging module

This commit is contained in:
Kirill Kamakin
2022-08-05 18:58:21 +02:00
parent 057651c60f
commit ba5f7322ab
11 changed files with 207 additions and 3 deletions

View File

@@ -22,3 +22,4 @@ rootProject.name = "Mealient"
include(":app")
include(":database")
include(":datastore")
include(":logging")