[LL API] Support code fragment compilation

This commit is contained in:
Yan Zhulanow
2023-06-20 01:46:50 +09:00
committed by Space Team
parent 9446118d7f
commit e1db3c88cf
126 changed files with 2439 additions and 14 deletions
@@ -24,6 +24,7 @@ dependencies {
implementation(project(":compiler:cli-base"))
implementation(project(":compiler:backend"))
implementation(project(":compiler:backend.jvm.entrypoint"))
implementation(project(":compiler:backend.jvm.lower"))
implementation(project(":compiler:ir.backend.common"))
implementation(project(":compiler:ir.serialization.jvm"))
api(intellijCore())