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 ad98959 commit b43714aCopy full SHA for b43714a
example/android/build.gradle
@@ -26,6 +26,6 @@ subprojects {
26
project.evaluationDependsOn(':app')
27
}
28
29
-task clean(type: Delete) {
+tasks.register("clean", Delete) {
30
delete rootProject.buildDir
31
0 commit comments