Skip to content

Commit 1e1b66d

Browse files
fix build
Signed-off-by: androidacy-user <opensource@androidacy.com>
1 parent 6d22c3c commit 1e1b66d

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

app/build.gradle.kts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,9 @@ android {
8181
"en"
8282
)
8383
)
84+
ksp {
85+
arg("room.schemaLocation", "$projectDir/roomSchemas")
86+
}
8487
}
8588

8689
splits {
@@ -165,7 +168,7 @@ android {
165168
)
166169
)
167170
} else {
168-
propertiesA.setProperty("client_id", "\"" + default + "\"")
171+
propertiesA.setProperty("client_id", default)
169172
}
170173

171174
buildConfigField(

0 commit comments

Comments
 (0)