Skip to content

Commit 3e7fb9e

Browse files
Brandon Trautmannsamtstern
Brandon Trautmann
authored andcommitted
Update README.md (#1506)
Kotlin users will need to use `kapt` instead of `annotationProcessor` or `GlideApp` will not be generated. Could be a bit clearer with this comment in the docs.
1 parent aa447a6 commit 3e7fb9e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

storage/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ to your `app/build.gradle` file:
3030
```groovy
3131
// Find the latest Glide releases here: https://goo.gl/LpksbR
3232
implementation 'com.github.bumptech.glide:glide:4.x'
33+
// If you're using Kotlin (and therefore, kapt), use kapt instead of annotationProcessor
3334
annotationProcessor 'com.github.bumptech.glide:compiler:4.x'
3435
```
3536

0 commit comments

Comments
 (0)