[K/N][runtime][interop] Refactoring to run cinterop in daemon

This commit is contained in:
Igor Chevdar
2021-10-04 11:10:00 +05:00
parent 8907c3506d
commit 47858126da
14 changed files with 302 additions and 87 deletions
+4
View File
@@ -11,12 +11,16 @@ bitcode {
create("files"){
dependsOn(":kotlin-native:dependencies:update")
}
create("env"){
dependsOn(":kotlin-native:dependencies:update")
}
}
val hostName: String by project
val build by tasks.registering {
dependsOn("${hostName}Files")
dependsOn("${hostName}Env")
}
val clean by tasks.registering {