[K/N] Add build-tools as a module for IDEA

Adds a module to project making it able to use analysis
and syntax highlight

(cherry picked from commit c545fd5ef8)
This commit is contained in:
Pavel Punegov
2022-05-12 18:46:21 +03:00
committed by Space
parent be2c92a0bd
commit 987930a0e5
2 changed files with 29 additions and 35 deletions
+1
View File
@@ -783,4 +783,5 @@ if (buildProperties.isKotlinNativeEnabled) {
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
include ':kotlin-native:build-tools'
}