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

This reverts commit c545fd5ef8.
This commit is contained in:
Pavel Punegov
2022-05-18 10:58:29 +03:00
parent 3f10ab919f
commit 7bd7c09c4a
2 changed files with 35 additions and 29 deletions
-1
View File
@@ -805,5 +805,4 @@ 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'
}