Remove dependency of low-level-api-fir on psi2ir

Fix behavior of getPsiAsFirElementSource; previously expression was not
being fully deparenthesized.
This commit is contained in:
Alexander Udalov
2023-03-05 16:23:36 +01:00
committed by Space Team
parent d96112b944
commit b6e59fe8fd
2 changed files with 1 additions and 6 deletions
@@ -22,7 +22,6 @@ dependencies {
api(project(":js:js.config"))
testApi(project(":analysis:analysis-api-fir"))
implementation(project(":compiler:frontend.common"))
implementation(project(":compiler:ir.psi2ir"))
implementation(project(":compiler:fir:entrypoint"))
implementation(project(":analysis:analysis-api-providers"))
implementation(project(":analysis:analysis-internal-utils"))