Skip to content

Commit 6254f0f

Browse files
committed
Remove unused dependency on :glide in ksp
We don't actually require this dependency to build and it produces a bad dependency on the pom file. Fixes #4908
1 parent 9b06c4a commit 6254f0f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

annotation/ksp/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ plugins {
66
dependencies {
77
implementation("com.squareup:kotlinpoet:1.12.0")
88
implementation project(":annotation")
9-
implementation project(":glide")
109
implementation 'com.google.devtools.ksp:symbol-processing-api:1.7.0-1.0.6'
1110
ksp("dev.zacsweers.autoservice:auto-service-ksp:1.0.0")
1211
implementation("com.google.auto.service:auto-service-annotations:1.0.1")

0 commit comments

Comments
 (0)