From 6254f0fcea7c46c12744f717eedb69512bcff38f Mon Sep 17 00:00:00 2001 From: Sam Judd Date: Wed, 28 Sep 2022 21:11:20 -0700 Subject: [PATCH] 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 --- annotation/ksp/build.gradle | 1 - 1 file changed, 1 deletion(-) diff --git a/annotation/ksp/build.gradle b/annotation/ksp/build.gradle index 33049bacb5..b8a62747a8 100644 --- a/annotation/ksp/build.gradle +++ b/annotation/ksp/build.gradle @@ -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")