mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-06-16 12:29:19 +00:00
Add: AutoMigration of DB adding the new repos
This commit is contained in:
@ -33,6 +33,10 @@ android {
|
||||
"room.incremental" to "true"
|
||||
)
|
||||
)
|
||||
ksp {
|
||||
arg("room.schemaLocation", "$projectDir/schemas")
|
||||
arg("room.incremental", "true")
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user