Skip to content

Commit 3f9bec7

Browse files
lunakolySpace Team
authored andcommitted
[Commonizer] Drop the explicit :compiler:frontend dependency
It's not strictly necessary. ^KT-74769
1 parent e5c6b4f commit 3f9bec7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

native/commonizer/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ dependencies {
2727
compileOnly(project(":kotlin-tooling-core")) { isTransitive = false }
2828
compileOnly(project(":compiler:cli-common"))
2929
compileOnly(project(":compiler:ir.serialization.common"))
30-
compileOnly(project(":compiler:frontend"))
3130
compileOnly(project(":core:compiler.common.native"))
3231
compileOnly(project(":native:frontend.native"))
3332
compileOnly(project(":kotlin-util-klib-metadata"))

0 commit comments

Comments
 (0)