database setup

This commit is contained in:
Clara Dautermann 2025-05-14 12:55:07 +02:00
parent 004824636d
commit f45f1cc77b
Signed by: clara
GPG key ID: 223391B52FAD4463
4 changed files with 88 additions and 1 deletions

View file

@ -38,6 +38,9 @@ android {
buildFeatures {
compose = true
}
ksp {
arg("room.schemaLocation", "$projectDir/schemas")
}
}
dependencies {