Build: Fix assemble task of :kotlin-native:runtime

This commit is contained in:
Vyacheslav Gerasimov
2022-05-26 11:48:56 +03:00
committed by Space
parent 8afe203f39
commit 6a0fbce76a
+1 -1
View File
@@ -208,7 +208,7 @@ val hostRuntimeTests by tasks.registering {
}
val assemble by tasks.getting {
dependsOn(targetList.forEach { "${it}Runtime" })
dependsOn(targetList.map { "${it}Runtime" })
}
val hostAssemble by tasks.registering {