[build][kotlin-native] native compiler embeddable

This commit is contained in:
Vasily Levchenko
2021-07-02 06:36:23 +02:00
committed by Space
parent fa2e787f76
commit 1eb951749d
6 changed files with 206 additions and 0 deletions
+2
View File
@@ -641,4 +641,6 @@ if (buildProperties.isKotlinNativeEnabled) {
include ':kotlin-native:platformLibs'
include ':kotlin-native:libclangext'
include ':kotlin-native:backend.native:tests'
include ":kotlin-native-compiler-embeddable"
project(":kotlin-native-compiler-embeddable").projectDir = "$rootDir/kotlin-native/prepare/kotlin-native-embeddable-compiler" as File
}