changed the these files due to room problem

This commit is contained in:
zhongchao
2022-03-10 15:56:05 +08:00
parent 74fd7e762c
commit 90017a92aa
8 changed files with 24 additions and 9 deletions

View File

@@ -24,6 +24,12 @@ android {
}
}
javaCompileOptions{
annotationProcessorOptions{
arguments = ["room.schemaLocation":"$projectDir/schemas".toString()]
}
}
}
buildTypes {