ClickableAreasImages
ClickableAreasImages copied to clipboard
Required type: uk.co.senab.photoview.PhotoViewAttacher??
I have these lines in build.gradle
implementation 'com.github.Lukle:ClickableAreasImages:v0.1'
implementation 'com.github.chrisbanes:PhotoView:2.0.0'
And inside my activity:
ClickableAreasImage clickableAreasImage = new ClickableAreasImage(new PhotoViewAttacher(imgSchool), this);
Android Studio pointed me this error:

How to fix this?