K2 Scripting: enable K2 compilation in scripting plugin

This commit is contained in:
Ilya Chernikov
2022-11-16 16:31:36 +01:00
committed by Space Team
parent bc2aa20b86
commit 337d11d4c8
2 changed files with 115 additions and 1 deletions
@@ -10,6 +10,7 @@ dependencies {
compileOnly(project(":compiler:frontend.java"))
compileOnly(project(":compiler:psi"))
compileOnly(project(":compiler:plugin-api"))
compileOnly(project(":compiler:fir:entrypoint"))
compileOnly(project(":compiler:cli"))
compileOnly(project(":core:descriptors.runtime"))
compileOnly(project(":compiler:ir.tree"))