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.
1 parent 5faff44 commit 8495d0fCopy full SHA for 8495d0f
1 file changed
app/build.gradle
@@ -171,6 +171,8 @@ dependencies {
171
implementation 'androidx.annotation:annotation:1.8.0'
172
}
173
174
+// Without removing .cxx dir on cleanup, double gradle clean is erroring out.
175
+// Before removing this workaround, check if "./gradlew assembleDebug; ./gradlew clean; ./gradlew clean" works
176
tasks.named("clean") {
177
doFirst {
178
delete getLayout().getProjectDirectory().dir(".cxx")
0 commit comments