[K/N] Modernize CompileToBitcode
Merge-request: KT-MR-6367 Merged-by: Alexander Shabalin <Alexander.Shabalin@jetbrains.com>
This commit is contained in:
committed by
Space
parent
8d79fab109
commit
bfe0d4108b
@@ -8,8 +8,12 @@ plugins {
|
||||
}
|
||||
|
||||
bitcode {
|
||||
module("files")
|
||||
module("env")
|
||||
module("files") {
|
||||
headersDirs.from(layout.projectDirectory.dir("src/files/headers"))
|
||||
}
|
||||
module("env") {
|
||||
headersDirs.from(layout.projectDirectory.dir("src/env/headers"))
|
||||
}
|
||||
}
|
||||
|
||||
val hostName: String by project
|
||||
|
||||
Reference in New Issue
Block a user