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 3cae10e commit bbe630eCopy full SHA for bbe630e
build.gradle.kts
@@ -8,3 +8,7 @@ buildscript {
8
classpath("com.android.tools.build:gradle:7.2.1")
9
}
10
11
+
12
+tasks.register("clean", Delete::class) {
13
+ delete(rootProject.buildDir)
14
+}
0 commit comments