I added package in app gradle following package:
implementation 'com.github.bumptech.glide:glide:4.8.0'
annotationProcessor 'com.github.bumptech.glide:glide:4.8.0'
But while run getting below error:
error: package com.bumptech.glide.request.animation does not exist
Anyone faced like this?