[FIR] Remove dependency on :compiler:frontend from checkers module

This commit is contained in:
Dmitriy Novozhilov
2021-09-09 10:36:40 +03:00
committed by TeamCityServer
parent 15b77045ee
commit 1d6b4d1d3c
+1 -6
View File
@@ -7,12 +7,7 @@ plugins {
dependencies {
api(project(":compiler:fir:resolve"))
/*
* We can't remove this dependency until we use
* diagnostics framework from FE 1.0
*/
implementation(project(":compiler:frontend"))
implementation(project(":compiler:frontend.common-psi"))
implementation(project(":compiler:psi"))
compileOnly(project(":kotlin-reflect-api"))