Support generating a klib from common code with K2MetadataCompiler

This commit is contained in:
Sergey Igushkin
2019-12-11 16:14:49 +03:00
parent 28e0089259
commit ed6034e449
7 changed files with 313 additions and 43 deletions
+4
View File
@@ -25,6 +25,10 @@ dependencies {
compile(project(":compiler:fir:jvm"))
compile(project(":compiler:fir:java"))
compile(project(":compiler:fir:fir2ir"))
compile(project(":kotlin-util-klib"))
compile(project(":kotlin-util-io"))
compile(project(":compiler:ir.serialization.common"))
compile(toolsJar())
compileOnly(intellijCoreDep()) { includeJars("intellij-core") }
compileOnly(intellijDep()) { includeIntellijCoreJarDependencies(project) }