FIR IDE: Remove the redundant dependency in :idea:idea-frontend-api
This commit is contained in:
committed by
Ilya Kirillov
parent
caee17fddb
commit
20c095a4f4
@@ -10,7 +10,6 @@ dependencies {
|
||||
compileOnly(project(":compiler:frontend"))
|
||||
compileOnly(project(":core:compiler.common"))
|
||||
compileOnly(project(":idea:idea-frontend-independent"))
|
||||
compileOnly(project(":compiler:psi"))
|
||||
compileOnly(intellijCoreDep())
|
||||
compileOnly(intellijDep())
|
||||
compileOnly(intellijPluginDep("java")) { includeJars("java-api", "java-impl") }
|
||||
|
||||
Reference in New Issue
Block a user