Skip to content

Commit

Permalink
Remove unused dependency on :glide in ksp
Browse files Browse the repository at this point in the history
We don't actually require this dependency to build and it produces a bad
dependency on the pom file.

Fixes #4908
  • Loading branch information
sjudd committed Sep 29, 2022
1 parent fd8e68a commit 4d4f3eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion annotation/ksp/build.gradle
Expand Up @@ -6,7 +6,6 @@ plugins {
dependencies {
implementation("com.squareup:kotlinpoet:1.12.0")
implementation project(":annotation")
implementation project(":glide")
implementation 'com.google.devtools.ksp:symbol-processing-api:1.7.0-1.0.6'
ksp("dev.zacsweers.autoservice:auto-service-ksp:1.0.0")
implementation("com.google.auto.service:auto-service-annotations:1.0.1")
Expand Down

0 comments on commit 4d4f3eb

Please sign in to comment.