Skip to content

Commit 96e190b

Browse files
vigneshvgsjudd
authored andcommitted
avif: Add annotationProcessor dependency
Without this, the annotation processor won't be able to find the AvifGlideModule. Fixes github issue #4751 PiperOrigin-RevId: 430490297
1 parent 1a6fa92 commit 96e190b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

integration/avif/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ dependencies {
44
implementation project(':library')
55
implementation 'org.aomedia.avif.android:avif:0.9.3.545a756'
66
implementation "com.google.guava:guava:${GUAVA_VERSION}"
7+
8+
annotationProcessor project(':annotation:compiler')
79
}
810

911
android {

0 commit comments

Comments
 (0)