migrate to multidatabase structure and clean up code

This commit is contained in:
Carlos Martinez
2020-02-13 12:40:28 -03:00
parent e3900ca9db
commit e61c123068
43 changed files with 219 additions and 190 deletions

View File

@@ -30,4 +30,8 @@ android {
lintOptions {
abortOnError false
}
}
dependencies {
kapt deps.room.compiler
}