Skip to content

Commit

Permalink
Bridge should not dep on standalone module
Browse files Browse the repository at this point in the history
  • Loading branch information
devkanro committed Oct 13, 2023
1 parent 93373a5 commit 4182940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ide-laf-bridge/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

dependencies {
api(projects.intUi.intUiStandalone) {
api(projects.intUi.intUiCore) {
exclude(group = "org.jetbrains.kotlinx")
}
when (supportedIJVersion()) {
Expand Down

0 comments on commit 4182940

Please sign in to comment.