[build] joint (step 2)

- dist:
  - compiler
  - tools(cinterop,klib)
  - stdlib
  - cache
This commit is contained in:
Vasily Levchenko
2020-11-16 16:40:45 +01:00
parent c85c3ac123
commit 840c1e612c
14 changed files with 112 additions and 61 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ val targetList: List<String> by project
bitcode {
create("runtime", file("src/main")) {
dependsOn(
":common:${target}Hash",
":kotlin-native:common:${target}Hash",
"${target}StdAlloc",
"${target}OptAlloc",
"${target}Mimalloc",