[FIR] Cleanup dependencies for fir modules

This commit is contained in:
Dmitriy Novozhilov
2020-08-28 15:27:01 +03:00
parent 73e2314f2f
commit 94d58c714a
16 changed files with 69 additions and 56 deletions
+3
View File
@@ -6,6 +6,9 @@ plugins {
dependencies {
testCompile(projectTests(":compiler"))
Platform[192].orHigher {
testCompileOnly(intellijDep()) {
includeJars("gson", "groovy-all", rootProject = rootProject)
}
testCompileOnly(intellijCoreDep()) { includeJars("intellij-core") }
testRuntimeOnly(intellijPluginDep("java"))
}