Picasso Android Kotlin is not loading image from URL
I am developing an Android application using Kotlin. This is my first Android application in Kotlin. I am using Picasso library (
http://square.github.io/picasso/) to load image into the ImageView in my RecyclerView adapter. But it is not loading image into the image view.
This is how I load image using Picasso into image view
override fun onBindViewHolder(p0: RecyclerView.ViewHolder, p1: Int) {...