Build: Fix assemble task of :kotlin-native:runtime
This commit is contained in:
committed by
Space
parent
8afe203f39
commit
6a0fbce76a
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user