diff --git a/build.gradle b/build.gradle index 37f34db0..92521a8e 100644 --- a/build.gradle +++ b/build.gradle @@ -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 {