[FIR] Introduce new module for jvm specific checkers

This commit is contained in:
Dmitriy Novozhilov
2021-05-20 11:52:55 +03:00
committed by teamcityserver
parent 9825babc23
commit 7f18d147c1
5 changed files with 43 additions and 0 deletions
+1
View File
@@ -11,6 +11,7 @@ dependencies {
api(project(":compiler:fir:raw-fir:light-tree2fir"))
api(project(":compiler:fir:fir2ir"))
api(project(":compiler:fir:checkers"))
api(project(":compiler:fir:checkers:checkers.jvm"))
// TODO: do not use GeneratorExtensions in `FirAnalyzerFacade.convertToIr`, and make this an 'implementation' dependency.
api(project(":compiler:ir.psi2ir"))