FIR: refactor session factory to better support JS scenarios

This commit is contained in:
Ilya Chernikov
2022-08-09 16:43:27 +02:00
parent 982ab8beac
commit 1f11a2865f
6 changed files with 60 additions and 85 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ dependencies {
api(project(":compiler:fir:providers"))
api(project(":compiler:fir:semantics"))
api(project(":compiler:fir:java"))
implementation(project(":compiler:fir:entrypoint"))
api(project(":compiler:fir:entrypoint"))
api(project(":compiler:fir:fir2ir"))
api(project(":compiler:fir:fir2ir:jvm-backend"))
api(project(":compiler:fir:checkers"))