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 (#5126)
  • Loading branch information
AlecKazakova committed Apr 5, 2024
1 parent b5d9d3f commit ad70ba1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sqldelight-idea-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,9 @@ dependencies {
testImplementation projects.dialects.sqlite318
}

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

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

0 comments on commit ad70ba1

Please sign in to comment.