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 cf569fb commit abb4b71Copy full SHA for abb4b71
build.gradle.kts
@@ -8,6 +8,6 @@ plugins {
8
}
9
10
tasks.register<Delete>("clean") {
11
- delete(rootProject.buildDir)
+ delete(rootProject.layout.buildDirectory)
12
finalizedBy(":lint:assemble")
13
0 commit comments