Remove dependency of fir2ir/fir.entrypoint on psi2ir

This commit is contained in:
Alexander Udalov
2023-03-05 12:42:33 +01:00
committed by Space Team
parent 4b8471d806
commit d96112b944
9 changed files with 20 additions and 27 deletions
-3
View File
@@ -16,9 +16,6 @@ dependencies {
api(project(":compiler:fir:checkers:checkers.native"))
api(project(":js:js.frontend"))
// TODO: do not use GeneratorExtensions in `FirAnalyzerFacade.convertToIr`, and make this an 'implementation' dependency.
api(project(":compiler:ir.psi2ir"))
implementation(project(":compiler:fir:resolve"))
implementation(project(":compiler:fir:fir2ir:jvm-backend"))
implementation(project(":compiler:backend.jvm"))