K2 Scripting: compiler extension for script configuration

This commit is contained in:
Ilya Chernikov
2022-11-22 15:36:53 +01:00
committed by Space Team
parent a89dfdce03
commit 00a28f9f49
13 changed files with 377 additions and 38 deletions
@@ -11,6 +11,7 @@ dependencies {
compileOnly(project(":compiler:psi"))
compileOnly(project(":compiler:plugin-api"))
compileOnly(project(":compiler:fir:entrypoint"))
compileOnly(project(":compiler:fir:raw-fir:raw-fir.common"))
compileOnly(project(":compiler:cli"))
compileOnly(project(":core:descriptors.runtime"))
compileOnly(project(":compiler:ir.tree"))