Add: AutoMigration of DB adding the new repos

This commit is contained in:
machiav3lli
2022-07-09 23:32:12 +02:00
parent 20b99682fe
commit 2ace49469e
3 changed files with 38 additions and 4 deletions

View File

@ -33,6 +33,10 @@ android {
"room.incremental" to "true"
)
)
ksp {
arg("room.schemaLocation", "$projectDir/schemas")
arg("room.incremental", "true")
}
}
}
}