diff --git a/plugins/uast-kotlin/build.gradle.kts b/plugins/uast-kotlin/build.gradle.kts index 7f39056785e..5245f5cb23c 100644 --- a/plugins/uast-kotlin/build.gradle.kts +++ b/plugins/uast-kotlin/build.gradle.kts @@ -23,7 +23,11 @@ dependencies { testCompile(project(":compiler:cli")) testCompile(projectTests(":idea:idea-test-framework")) testCompileOnly(intellijDep()) { includeJars("java-api", "java-impl") } + testCompile(project(":idea:idea-native")) { isTransitive = false } + testCompile(project(":idea:idea-gradle-native")) { isTransitive = false } + testRuntime(project(":kotlin-native:kotlin-native-library-reader")) { isTransitive = false } + testRuntime(project(":kotlin-native:kotlin-native-utils")) { isTransitive = false } testRuntime(projectDist(":kotlin-reflect")) testRuntime(project(":idea:idea-android")) testRuntime(project(":idea:idea-gradle")) diff --git a/plugins/uast-kotlin/build.gradle.kts.173 b/plugins/uast-kotlin/build.gradle.kts.173 index e5a6fab1aef..23280ab64c9 100644 --- a/plugins/uast-kotlin/build.gradle.kts.173 +++ b/plugins/uast-kotlin/build.gradle.kts.173 @@ -21,7 +21,11 @@ dependencies { testCompile(project(":compiler:cli")) testCompile(projectTests(":idea:idea-test-framework")) testCompileOnly(intellijDep()) { includeJars("idea_rt") } + testCompile(project(":idea:idea-native")) { isTransitive = false } + testCompile(project(":idea:idea-gradle-native")) { isTransitive = false } + testRuntime(project(":kotlin-native:kotlin-native-library-reader")) { isTransitive = false } + testRuntime(project(":kotlin-native:kotlin-native-utils")) { isTransitive = false } testRuntime(projectDist(":kotlin-reflect")) testRuntime(project(":idea:idea-android")) testRuntime(project(":idea:idea-gradle"))