I create new project and Wants to Use Retrofit library in my Project.
I implemented this library for Gson and Retrofit but still I can't import it to my Project.
implementation 'com.google.code.gson:gson:2.9.0'
implementation 'com.squareup.picasso:picasso:2.8'
implementation 'com.squareup.retrofit2:retrofit:2.9.0'
implementation 'com.squareup.retrofit2:converter-gson:2.7.2'