FIR IDE: Remove the redundant dependency in :idea:idea-frontend-api

This commit is contained in:
Jinseong Jeon
2021-03-27 11:59:39 -07:00
committed by Ilya Kirillov
parent caee17fddb
commit 20c095a4f4
-1
View File
@@ -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") }