I can\'t compile my Android Kotlin project.
I have no idea what is this...
Gradle log:
error: supertypes of the following classes ca
On my case I had to add the required dependency on my main module and compile the last version with:
android { configurations.all { resolutionStrategy.force "com.squareup.picasso:picasso:${picassoVersion}" } }