Replace the Glide library implementation with Coil. The following code should be updated to use Coil instead of Glide:
- loadImage function in ViewUtil
- Any BitmapTransformation
- OkHttpGlideModule (requests to fetch images should passed through our network stack)