StfalconImageViewer icon indicating copy to clipboard operation
StfalconImageViewer copied to clipboard

Unresolved reference: StfalconImageViewer

Open softsan opened this issue 2 years ago • 3 comments

Trying to install this library in my project which is Kotlin base. but while using this:

 StfalconImageViewer.Builder<Image>(context, images) { view, image ->
                    Picasso.get().load(image.url).into(view)
                }.show()

it shows above Unresolved reference: StfalconImageViewer I tried importing the import com.stfalcon.imageviewer.StfalconImageViewer but it too show the same message.

in my build.gradle i tried with:

implementation 'com.github.stfalcon:stfalcon-imageviewer:v1.0.1'

and also this implementation 'com.github.stfalcon:stfalcon-imageviewer:1.0.1' (removing 'v' from path)

but still it doesn't able to find the reference.

Any idea?

softsan avatar Apr 28 '23 15:04 softsan

Even tried with new project but it doesn't able to find the reference.

softsan avatar May 01 '23 12:05 softsan

Try to add

maven { url "https://jitpack.io" }

In your settings.gradle also.

iqbalShafiq avatar May 26 '23 03:05 iqbalShafiq

@softsan saying thanks is importain part of being good developer

fukemy avatar Feb 06 '24 08:02 fukemy

@fukemy @iqbalShafiq i am so sorry for late reply but was busy with something else and didn't work on the project where i was trying to integrate this. Thank you very much for your reply and support unfortunately I didn't get time to implement it. Thanks and apologies for delay response.

softsan avatar Apr 04 '24 20:04 softsan