We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ca84d82 + 655714f commit 4e8dad7Copy full SHA for 4e8dad7
1 file changed
app/build.gradle.kts
@@ -107,10 +107,6 @@ android {
107
buildConfigField("boolean", "CI", ciBuild.toString())
108
buildConfigField("boolean", "RUNTIME_PERF_ANALYSIS", perfAnalysis.toString())
109
110
- javaCompileOptions.annotationProcessorOptions {
111
- arguments += mapOf("room.schemaLocation" to "$projectDir/schemas")
112
- }
113
-
114
// arguments to be passed to functional tests
115
testInstrumentationRunner = if (shotTest) "com.karumi.shot.ShotTestRunner"
116
else "com.nextcloud.client.TestRunner"
0 commit comments