Skip to content

Commit

Permalink
Drop deleting rootProject.buildDir as it's no longer needed
Browse files Browse the repository at this point in the history
Signed-off-by: Patryk Miś <foss@patrykmis.com>
  • Loading branch information
PatrykMis committed Jul 20, 2023
1 parent 92b5cc6 commit f7b58a8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,3 @@ plugins {
alias(libs.plugins.kotlin.android) apply false
alias(libs.plugins.kotlin.parcelize) apply false
}

task<Delete>("clean") {
delete(rootProject.buildDir)
}

0 comments on commit f7b58a8

Please sign in to comment.