[K/N] Fix :kotlin-native:runtime:clean

The task erroneously deleted the build directory during
configuration phase.
This commit is contained in:
Alexander Shabalin
2024-01-03 22:40:10 +01:00
committed by Space Team
parent 7700921646
commit e959e97992
+3 -1
View File
@@ -502,7 +502,9 @@ val hostAssemble by tasks.registering {
}
tasks.named("clean") {
delete(layout.buildDirectory)
doLast {
delete(layout.buildDirectory)
}
}
// region: Stdlib