I use Picasso library in my project to load images ande cache them. It works good without any problem. However, when I try to use OkHttp library to perform data communicatio
Picasso uses 3 packages.
You want to add 2 times the OkHttp and OkIO package because of using the OkHttp library and the Picasso library.
The 2 packages are included in Picasso, you don't need to include the OkHttp library in your project.