I am trying to use PhotoView library with Kotlin.
But when I try to get photoView as in exaple:
val photoView = mView.findViewById<PhotoView>(R.id.zoomImageView)
I got error "Type argument is not within its bounds. Expected: View! Found: PhotoView"