[FIR] Cleanup dependencies for fir modules
This commit is contained in:
@@ -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"))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user