[K/N] Fix build-tools project compilation

Add necessary subprojects and dependencies
Add OptIn annotation for experimental stdlib methods in 1.5
Fix compilation errors and cleanup
This commit is contained in:
Pavel Punegov
2022-05-17 23:45:17 +03:00
committed by Space
parent 00892c2903
commit 83c2b3657f
14 changed files with 37 additions and 71 deletions
+1
View File
@@ -784,4 +784,5 @@ if (buildProperties.isKotlinNativeEnabled) {
include ":kotlin-native-compiler-embeddable"
project(":kotlin-native-compiler-embeddable").projectDir = "$rootDir/kotlin-native/prepare/kotlin-native-embeddable-compiler" as File
include ':kotlin-native:build-tools'
include ':kotlin-native:shared'
}