Skip to content

Commit

Permalink
avif: Add annotationProcessor dependency
Browse files Browse the repository at this point in the history
Without this, the annotation processor won't be able to find the
AvifGlideModule.

Fixes github issue #4751

PiperOrigin-RevId: 430480978
  • Loading branch information
sjudd authored and glide-copybara-robot committed Feb 23, 2022
1 parent 6ba4b54 commit 7cd4d43
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions integration/avif/build.gradle
Expand Up @@ -4,6 +4,8 @@ dependencies {
implementation project(':library')
implementation 'org.aomedia.avif.android:avif:0.9.3.545a756'
implementation "com.google.guava:guava:${GUAVA_VERSION}"

annotationProcessor project(':annotation:compiler')
}

android {
Expand Down

0 comments on commit 7cd4d43

Please sign in to comment.