Pill: Fix reflect dependency in compiler/fir.resolve module

This commit is contained in:
Yan Zhulanow
2019-11-05 18:22:01 +09:00
parent ef8b3cb72a
commit f3770314c5
+1 -1
View File
@@ -10,6 +10,7 @@ dependencies {
compile(project(":compiler:fir:cones"))
compile(project(":compiler:fir:tree"))
compileOnly(project(":kotlin-reflect-api"))
compileOnly(intellijCoreDep()) { includeJars("intellij-core", "guava", rootProject = rootProject) }
testCompileOnly(intellijDep()) { includeJars("openapi", "idea", "idea_rt", "util", "asm-all", "extensions", rootProject = rootProject) }
@@ -25,7 +26,6 @@ dependencies {
testCompileOnly(project(":kotlin-reflect-api"))
testRuntime(project(":kotlin-reflect"))
implementation(kotlin("reflect"))
}
sourceSets {