I am creating an android application using android studio. I want to use the following dependence \'com.google.gson:gson:2.8.5\'. I add it into my build.gradle of my app but
Try this -
implementation 'com.android.support:multidex:1.0.1' implementation 'com.google.code.gson:gson:2.8.0'
And in project gradle -
classpath 'com.google.gms:google-services:4.2.0'