diff --git a/core/build.gradle b/core/build.gradle index cac198e9..d9663061 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -27,6 +27,11 @@ android { arg("room.incremental", true) arg("room.schemaLocation", "$projectDir/schemas") } + javaCompileOptions { + annotationProcessorOptions { + arguments = ["room.schemaLocation":"$projectDir/schemas".toString()] + } + } } buildFeatures {