diff --git a/idea/idea-frontend-api/build.gradle.kts b/idea/idea-frontend-api/build.gradle.kts index 9b3e4650ab9..1bf03ccc6e5 100644 --- a/idea/idea-frontend-api/build.gradle.kts +++ b/idea/idea-frontend-api/build.gradle.kts @@ -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") }