[K/N] Move all knowledge about CompileToBitcode to the plugin.
Merge-request: KT-MR-6215 Merged-by: Alexander Shabalin <Alexander.Shabalin@jetbrains.com>
This commit is contained in:
committed by
Space
parent
2796d21ec6
commit
d77041aad0
@@ -8,19 +8,14 @@ plugins {
|
||||
}
|
||||
|
||||
bitcode {
|
||||
create("files"){
|
||||
dependsOn(":kotlin-native:dependencies:update")
|
||||
}
|
||||
create("env"){
|
||||
dependsOn(":kotlin-native:dependencies:update")
|
||||
}
|
||||
module("files")
|
||||
module("env")
|
||||
}
|
||||
|
||||
val hostName: String by project
|
||||
|
||||
val build by tasks.registering {
|
||||
dependsOn("${hostName}Files")
|
||||
dependsOn("${hostName}Env")
|
||||
dependsOn("${hostName}Common")
|
||||
}
|
||||
|
||||
val clean by tasks.registering {
|
||||
|
||||
Reference in New Issue
Block a user