Skip to content

Commit

Permalink
Dont bundle the kotlin lib into the intellij plugin as its already a …
Browse files Browse the repository at this point in the history
…plugin dependency
  • Loading branch information
AlecKazakova committed Apr 5, 2024
1 parent 2c54d9e commit 279a8e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sqldelight-idea-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ dependencies {

configurations.named("implementation") {
exclude group: "org.slf4j"
exclude group: "org.jetbrains.kotlin"
}

def bugsnagKey = tasks.register('bugsnagKey', BugsnagKey)
Expand Down

0 comments on commit 279a8e2

Please sign in to comment.