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

Adds a module to project making it able to use analysis
and syntax highlight
This commit is contained in:
Pavel Punegov
2022-05-12 18:46:21 +03:00
committed by Space
parent 84add3a27e
commit c545fd5ef8
2 changed files with 29 additions and 35 deletions
+1
View File
@@ -805,4 +805,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'
}