[FIR] Remove dependency on :compiler:frontend from checkers module
This commit is contained in:
committed by
TeamCityServer
parent
15b77045ee
commit
1d6b4d1d3c
@@ -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"))
|
||||
|
||||
Reference in New Issue
Block a user