[build][dist] global dist fixed

This commit is contained in:
Vasily Levchenko
2020-12-25 09:50:09 +01:00
parent 3298cd3455
commit 7b73917217
11 changed files with 30 additions and 2 deletions
+6 -2
View File
@@ -8,8 +8,12 @@ plugins {
}
bitcode {
create("hash")
create("files")
create("hash") {
dependsOn(":kotlin-native:dependencies:update")
}
create("files"){
dependsOn(":kotlin-native:dependencies:update")
}
}
val hostName: String by project