database setup
This commit is contained in:
parent
004824636d
commit
f45f1cc77b
4 changed files with 88 additions and 1 deletions
|
|
@ -38,6 +38,9 @@ android {
|
|||
buildFeatures {
|
||||
compose = true
|
||||
}
|
||||
ksp {
|
||||
arg("room.schemaLocation", "$projectDir/schemas")
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue