[Commonizer] Fix classpath dependency for CLI
This commit is contained in:
@@ -15,6 +15,7 @@ val mavenCompileScope by configurations.creating {
|
|||||||
description = "Kotlin/Native library commonizer"
|
description = "Kotlin/Native library commonizer"
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
compileOnly(project(":compiler:cli-common"))
|
||||||
compileOnly(project(":compiler:frontend"))
|
compileOnly(project(":compiler:frontend"))
|
||||||
compileOnly(project(":compiler:ir.serialization.common"))
|
compileOnly(project(":compiler:ir.serialization.common"))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user