Extract database module

This commit is contained in:
Kirill Kamakin
2022-08-04 19:34:21 +02:00
parent 7ff575e72d
commit 53b40bbc60
49 changed files with 159 additions and 112 deletions

View File

@@ -16,5 +16,8 @@ dependencyResolutionManagement {
mavenCentral()
}
}
rootProject.name = "Mealient"
include(":app")
include(":database")