mirror of
https://github.com/readrops/Readrops.git
synced 2025-01-30 02:14:54 +01:00
Activate room incremental annotation processor
This commit is contained in:
parent
f59e57292f
commit
d8196a610a
@ -12,6 +12,14 @@ android {
|
||||
versionCode 5
|
||||
versionName "1.0.2.2"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
|
||||
javaCompileOptions {
|
||||
annotationProcessorOptions {
|
||||
arguments = [
|
||||
"room.incremental": "true"]
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
testOptions {
|
||||
unitTests.returnDefaultValues = true
|
||||
|
Loading…
x
Reference in New Issue
Block a user