David McRae
David McRae
We are also trying to figure this out if anyone has came up with a solution.
@rbarbish I ended up just adding a version check in the test and only running that test on sdks less than 30, not optimal but until a solution is found...
Make sure if you are using kotlin, use - `kapt 'com.github.bumptech.glide:compiler:4.10.0'` rather than- `annotationProcessor 'com.github.bumptech.glide:compiler:4.10.0'`
@dwardy0101 are you using Kotlin?
If so replace annotationProcessor with kapt and try it again