Update build.gradle

This commit is contained in:
2023-11-10 16:15:32 +13:00
parent e593639217
commit 3978359dc4
+1 -1
View File
@@ -26,6 +26,6 @@ subprojects {
project.evaluationDependsOn(':app')
}
task clean(type: Delete) {
tasks.register("clean", Delete) {
delete rootProject.buildDir
}