mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-04-23 19:32:16 +00:00
Add: Room schema directory
This commit is contained in:
parent
d875fc57c9
commit
a07c017e21
@ -28,6 +28,13 @@ android {
|
||||
targetSdk = 31
|
||||
versionCode = 35
|
||||
versionName = "0.3.5"
|
||||
|
||||
javaCompileOptions {
|
||||
annotationProcessorOptions {
|
||||
arguments += ["room.schemaLocation": "$projectDir/schemas".toString()]
|
||||
arguments += ["room.incremental": "true"]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
sourceSets.all {
|
||||
|
Loading…
x
Reference in New Issue
Block a user