This commit is contained in:
zhongchao
2022-03-11 19:55:06 +08:00
parent 7447d81c87
commit 034e2f9572
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 {