Android kotlin - unresolved reference for with(context) inside fragment
This is the code:
val bitmap: Bitmap = Picasso.with(context).load(bild_1_url).get()
I get unresolved reference for with
How to solve it? What is that anyway? Can't find anything about it anywhere
Thanks in advance