diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 5b597c9..9968c7c 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -81,6 +81,9 @@ android { "en" ) ) + ksp { + arg("room.schemaLocation", "$projectDir/roomSchemas") + } } splits { @@ -165,7 +168,7 @@ android { ) ) } else { - propertiesA.setProperty("client_id", "\"" + default + "\"") + propertiesA.setProperty("client_id", default) } buildConfigField(