From 20c095a4f492efab9b6fd916711caf8814326909 Mon Sep 17 00:00:00 2001 From: Jinseong Jeon Date: Sat, 27 Mar 2021 11:59:39 -0700 Subject: [PATCH] FIR IDE: Remove the redundant dependency in :idea:idea-frontend-api --- idea/idea-frontend-api/build.gradle.kts | 1 - 1 file changed, 1 deletion(-) 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") }