FIR: remove dependency of :compiler:fir:resolve on :compiler:cli

This commit is contained in:
Alexander Udalov
2019-04-29 23:09:34 +02:00
parent c77e8a8c2d
commit bd6e90f302
4 changed files with 5 additions and 23 deletions
+1 -9
View File
@@ -1,8 +1,3 @@
/*
* Copyright 2000-2018 JetBrains s.r.o. and Kotlin Programming Language contributors.
* Use of this source code is governed by the Apache 2.0 license that can be found in the license/LICENSE.txt file.
*/
plugins {
kotlin("jvm")
id("jps-compatible")
@@ -13,13 +8,11 @@ dependencies {
compile(project(":core:deserialization"))
compile(project(":compiler:fir:cones"))
compile(project(":compiler:fir:tree"))
compile(project(":compiler:cli"))
compileOnly(intellijCoreDep()) { includeJars("intellij-core") }
testCompileOnly(intellijDep()) { includeJars("openapi", "idea", "idea_rt", "util", "asm-all", rootProject = rootProject) }
testRuntime(intellijDep())
testCompile(commonDep("junit:junit"))
@@ -29,7 +22,6 @@ dependencies {
testCompileOnly(project(":kotlin-reflect-api"))
testRuntime(project(":kotlin-reflect"))
}
sourceSets {
@@ -43,4 +35,4 @@ projectTest(parallel = true) {
maxHeapSize = "3g"
}
testsJar()
testsJar()