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