sumup / sumup-android-sdk

Sample App for the SumUp Android SDK
Other
101 stars 29 forks source link

Conflict with "okhttp3" #114

Open alexschled opened 4 years ago

alexschled commented 4 years ago

Hello. In my app I'm using ksoap for our server communication. Till i started integrating SumUp SDK in my project everything worked fine. But after i'm adding this part of SumUp the follow appears:

allprojects { repositories { maven { url 'https://maven.sumup.com/releases' } } } and

implementation 'com.sumup:merchant-sdk:3.2.2'

This error message appears in the build gradle log:

Duplicate class okhttp3.Address found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.Authenticator found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.Authenticator$1 found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.Cache found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.Cache$1 found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.Cache$2 found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.Cache$CacheRequestImpl found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.Cache$CacheRequestImpl$1 found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.Cache$CacheResponseBody found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.Cache$CacheResponseBody$1 found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.Cache$Entry found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.CacheControl found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.CacheControl$Builder found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.Call found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.Call$Factory found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.Callback found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.CertificatePinner found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.CertificatePinner$Builder found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.CertificatePinner$Pin found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.Challenge found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.CipherSuite found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.CipherSuite$1 found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.Connection found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.ConnectionPool found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.ConnectionPool$1 found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.ConnectionSpec found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.ConnectionSpec$Builder found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.Cookie found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.Cookie$Builder found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.CookieJar found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.CookieJar$1 found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.Credentials found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.Dispatcher found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.Dns found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.Dns$1 found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.EventListener found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.EventListener$1 found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.EventListener$2 found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.EventListener$Factory found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.FormBody found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.FormBody$Builder found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.Handshake found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.Headers found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.Headers$Builder found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.HttpUrl found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.HttpUrl$Builder found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.Interceptor found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.Interceptor$Chain found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.MediaType found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.MultipartBody found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.MultipartBody$Builder found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.MultipartBody$Part found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.OkHttpClient found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.OkHttpClient$1 found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.OkHttpClient$Builder found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.Protocol found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.RealCall found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.RealCall$1 found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.RealCall$AsyncCall found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.Request found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.Request$Builder found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.RequestBody found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.RequestBody$1 found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.RequestBody$2 found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.RequestBody$3 found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.Response found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.Response$Builder found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.ResponseBody found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.ResponseBody$1 found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.ResponseBody$BomAwareReader found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.Route found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.TlsVersion found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.WebSocket found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.WebSocket$Factory found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.WebSocketListener found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.internal.Internal found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.internal.NamedRunnable found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.internal.Util found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.internal.Util$1 found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.internal.Util$2 found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.internal.Version found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.internal.annotations.EverythingIsNonNull found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.internal.cache.CacheInterceptor found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.internal.cache.CacheInterceptor$1 found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.internal.cache.CacheRequest found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.internal.cache.CacheStrategy found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.internal.cache.CacheStrategy$Factory found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.internal.cache.DiskLruCache found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.internal.cache.DiskLruCache$1 found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.internal.cache.DiskLruCache$2 found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.internal.cache.DiskLruCache$3 found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.internal.cache.DiskLruCache$Editor found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.internal.cache.DiskLruCache$Editor$1 found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.internal.cache.DiskLruCache$Entry found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.internal.cache.DiskLruCache$Snapshot found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.internal.cache.FaultHidingSink found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.internal.cache.InternalCache found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.internal.cache2.FileOperator found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.internal.cache2.Relay found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.internal.cache2.Relay$RelaySource found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.internal.connection.ConnectInterceptor found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.internal.connection.ConnectionSpecSelector found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.internal.connection.RealConnection found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.internal.connection.RealConnection$1 found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.internal.connection.RouteDatabase found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.internal.connection.RouteException found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.internal.connection.RouteSelector found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.internal.connection.RouteSelector$Selection found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.internal.connection.StreamAllocation found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.internal.connection.StreamAllocation$StreamAllocationReference found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.internal.http.BridgeInterceptor found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.internal.http.CallServerInterceptor found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.internal.http.CallServerInterceptor$CountingSink found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.internal.http.HttpCodec found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.internal.http.HttpDate found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.internal.http.HttpDate$1 found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.internal.http.HttpHeaders found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.internal.http.HttpMethod found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.internal.http.RealInterceptorChain found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.internal.http.RealResponseBody found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.internal.http.RequestLine found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.internal.http.RetryAndFollowUpInterceptor found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.internal.http.StatusLine found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.internal.http.UnrepeatableRequestBody found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.internal.http1.Http1Codec found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.internal.http1.Http1Codec$1 found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.internal.http1.Http1Codec$AbstractSource found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.internal.http1.Http1Codec$ChunkedSink found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.internal.http1.Http1Codec$ChunkedSource found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.internal.http1.Http1Codec$FixedLengthSink found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.internal.http1.Http1Codec$FixedLengthSource found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.internal.http1.Http1Codec$UnknownLengthSource found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.internal.http2.ConnectionShutdownException found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.internal.http2.ErrorCode found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.internal.http2.Header found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.internal.http2.Header$Listener found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.internal.http2.Hpack found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.internal.http2.Hpack$Reader found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.internal.http2.Hpack$Writer found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.internal.http2.Http2 found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.internal.http2.Http2Codec found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.internal.http2.Http2Codec$StreamFinishingSource found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.internal.http2.Http2Connection found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.internal.http2.Http2Connection$1 found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.internal.http2.Http2Connection$2 found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.internal.http2.Http2Connection$3 found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.internal.http2.Http2Connection$4 found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.internal.http2.Http2Connection$5 found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.internal.http2.Http2Connection$6 found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.internal.http2.Http2Connection$Builder found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.internal.http2.Http2Connection$Listener found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.internal.http2.Http2Connection$Listener$1 found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.internal.http2.Http2Connection$PingRunnable found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.internal.http2.Http2Connection$ReaderRunnable found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.internal.http2.Http2Connection$ReaderRunnable$1 found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.internal.http2.Http2Connection$ReaderRunnable$2 found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.internal.http2.Http2Connection$ReaderRunnable$3 found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.internal.http2.Http2Reader found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.internal.http2.Http2Reader$ContinuationSource found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.internal.http2.Http2Reader$Handler found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.internal.http2.Http2Stream found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.internal.http2.Http2Stream$FramingSink found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.internal.http2.Http2Stream$FramingSource found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.internal.http2.Http2Stream$StreamTimeout found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.internal.http2.Http2Writer found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.internal.http2.Huffman found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.internal.http2.Huffman$Node found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.internal.http2.PushObserver found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.internal.http2.PushObserver$1 found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.internal.http2.Settings found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.internal.http2.StreamResetException found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.internal.io.FileSystem found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.internal.io.FileSystem$1 found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.internal.platform.AndroidPlatform found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.internal.platform.AndroidPlatform$AndroidCertificateChainCleaner found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.internal.platform.AndroidPlatform$AndroidTrustRootIndex found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.internal.platform.AndroidPlatform$CloseGuard found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.internal.platform.ConscryptPlatform found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.internal.platform.Jdk9Platform found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.internal.platform.JdkWithJettyBootPlatform found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.internal.platform.JdkWithJettyBootPlatform$JettyNegoProvider found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.internal.platform.OptionalMethod found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.internal.platform.Platform found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.internal.proxy.NullProxySelector found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.internal.publicsuffix.PublicSuffixDatabase found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.internal.tls.BasicCertificateChainCleaner found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.internal.tls.BasicTrustRootIndex found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.internal.tls.CertificateChainCleaner found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.internal.tls.DistinguishedNameParser found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.internal.tls.OkHostnameVerifier found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.internal.tls.TrustRootIndex found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.internal.ws.RealWebSocket found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.internal.ws.RealWebSocket$1 found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.internal.ws.RealWebSocket$2 found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.internal.ws.RealWebSocket$CancelRunnable found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.internal.ws.RealWebSocket$Close found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.internal.ws.RealWebSocket$Message found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.internal.ws.RealWebSocket$PingRunnable found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.internal.ws.RealWebSocket$Streams found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.internal.ws.WebSocketProtocol found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.internal.ws.WebSocketReader found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.internal.ws.WebSocketReader$FrameCallback found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.internal.ws.WebSocketWriter found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.internal.ws.WebSocketWriter$FrameSink found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okhttp3.package-info found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okhttp-3.12.1.jar (com.squareup.okhttp3:okhttp:3.12.1) Duplicate class okio.AsyncTimeout found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okio-1.15.0.jar (com.squareup.okio:okio:1.15.0) Duplicate class okio.AsyncTimeout$1 found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okio-1.15.0.jar (com.squareup.okio:okio:1.15.0) Duplicate class okio.AsyncTimeout$2 found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okio-1.15.0.jar (com.squareup.okio:okio:1.15.0) Duplicate class okio.AsyncTimeout$Watchdog found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okio-1.15.0.jar (com.squareup.okio:okio:1.15.0) Duplicate class okio.Base64 found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okio-1.15.0.jar (com.squareup.okio:okio:1.15.0) Duplicate class okio.Buffer found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okio-1.15.0.jar (com.squareup.okio:okio:1.15.0) Duplicate class okio.Buffer$1 found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okio-1.15.0.jar (com.squareup.okio:okio:1.15.0) Duplicate class okio.Buffer$2 found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okio-1.15.0.jar (com.squareup.okio:okio:1.15.0) Duplicate class okio.Buffer$UnsafeCursor found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okio-1.15.0.jar (com.squareup.okio:okio:1.15.0) Duplicate class okio.BufferedSink found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okio-1.15.0.jar (com.squareup.okio:okio:1.15.0) Duplicate class okio.BufferedSource found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okio-1.15.0.jar (com.squareup.okio:okio:1.15.0) Duplicate class okio.ByteString found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okio-1.15.0.jar (com.squareup.okio:okio:1.15.0) Duplicate class okio.DeflaterSink found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okio-1.15.0.jar (com.squareup.okio:okio:1.15.0) Duplicate class okio.ForwardingSink found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okio-1.15.0.jar (com.squareup.okio:okio:1.15.0) Duplicate class okio.ForwardingSource found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okio-1.15.0.jar (com.squareup.okio:okio:1.15.0) Duplicate class okio.ForwardingTimeout found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okio-1.15.0.jar (com.squareup.okio:okio:1.15.0) Duplicate class okio.GzipSink found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okio-1.15.0.jar (com.squareup.okio:okio:1.15.0) Duplicate class okio.GzipSource found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okio-1.15.0.jar (com.squareup.okio:okio:1.15.0) Duplicate class okio.HashingSink found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okio-1.15.0.jar (com.squareup.okio:okio:1.15.0) Duplicate class okio.HashingSource found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okio-1.15.0.jar (com.squareup.okio:okio:1.15.0) Duplicate class okio.InflaterSource found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okio-1.15.0.jar (com.squareup.okio:okio:1.15.0) Duplicate class okio.Okio found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okio-1.15.0.jar (com.squareup.okio:okio:1.15.0) Duplicate class okio.Okio$1 found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okio-1.15.0.jar (com.squareup.okio:okio:1.15.0) Duplicate class okio.Okio$2 found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okio-1.15.0.jar (com.squareup.okio:okio:1.15.0) Duplicate class okio.Okio$3 found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okio-1.15.0.jar (com.squareup.okio:okio:1.15.0) Duplicate class okio.Okio$4 found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okio-1.15.0.jar (com.squareup.okio:okio:1.15.0) Duplicate class okio.Options found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okio-1.15.0.jar (com.squareup.okio:okio:1.15.0) Duplicate class okio.Pipe found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okio-1.15.0.jar (com.squareup.okio:okio:1.15.0) Duplicate class okio.Pipe$PipeSink found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okio-1.15.0.jar (com.squareup.okio:okio:1.15.0) Duplicate class okio.Pipe$PipeSource found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okio-1.15.0.jar (com.squareup.okio:okio:1.15.0) Duplicate class okio.RealBufferedSink found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okio-1.15.0.jar (com.squareup.okio:okio:1.15.0) Duplicate class okio.RealBufferedSink$1 found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okio-1.15.0.jar (com.squareup.okio:okio:1.15.0) Duplicate class okio.RealBufferedSource found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okio-1.15.0.jar (com.squareup.okio:okio:1.15.0) Duplicate class okio.RealBufferedSource$1 found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okio-1.15.0.jar (com.squareup.okio:okio:1.15.0) Duplicate class okio.Segment found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okio-1.15.0.jar (com.squareup.okio:okio:1.15.0) Duplicate class okio.SegmentPool found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okio-1.15.0.jar (com.squareup.okio:okio:1.15.0) Duplicate class okio.SegmentedByteString found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okio-1.15.0.jar (com.squareup.okio:okio:1.15.0) Duplicate class okio.Sink found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okio-1.15.0.jar (com.squareup.okio:okio:1.15.0) Duplicate class okio.Source found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okio-1.15.0.jar (com.squareup.okio:okio:1.15.0) Duplicate class okio.Timeout found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okio-1.15.0.jar (com.squareup.okio:okio:1.15.0) Duplicate class okio.Timeout$1 found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okio-1.15.0.jar (com.squareup.okio:okio:1.15.0) Duplicate class okio.Utf8 found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okio-1.15.0.jar (com.squareup.okio:okio:1.15.0) Duplicate class okio.Util found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okio-1.15.0.jar (com.squareup.okio:okio:1.15.0) Duplicate class okio.package-info found in modules jetified-ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar (ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar) and jetified-okio-1.15.0.jar (com.squareup.okio:okio:1.15.0)

Is there a way to solve this error?

Thank you

Mike-Lopez commented 4 years ago

Hello,

my apologies for the late reply. I have created a ticket and will come back to you when I get an answer.

Best

Mike-Lopez commented 4 years ago

Looking at the logs, it might be that excluding okhttp from the SumUp SDK dependency will solve the issue. This would be something like:

implementation 'com.sumup:merchant-sdk:3.2.2'{ exclude group: 'com.squareup.okhttp3' }

I would ask for a sample project where the issue is reproducible. This will be easier than back and forth : )

Best