[kotlin-native][build] clean task fix

This commit is contained in:
Vasily Levchenko
2021-04-22 11:24:52 +02:00
committed by Space
parent 24d792fb49
commit 1ae41443a2
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -208,7 +208,7 @@ val assemble by tasks.registering {
}
val clean by tasks.registering {
doLast {
doFirst {
delete(buildDir)
}
}