Skip to content

Commit 8495d0f

Browse files
Add comment to .cxx dir removal
1 parent 5faff44 commit 8495d0f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

app/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,8 @@ dependencies {
171171
implementation 'androidx.annotation:annotation:1.8.0'
172172
}
173173

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
174176
tasks.named("clean") {
175177
doFirst {
176178
delete getLayout().getProjectDirectory().dir(".cxx")

0 commit comments

Comments
 (0)