Skip to content

Commit 4d4f3eb

Browse files
committedSep 29, 2022
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 fd8e68a commit 4d4f3eb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎annotation/ksp/build.gradle

-1
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)
Please sign in to comment.