https://kotlinlang.org logo
Title
n

Nikita Khlebushkin

03/30/2021, 12:33 PM
Hello! I'm getting weird issue here
Rejecting re-init on previously-failed class java.lang.Class<okhttp3.internal.platform.ConscryptPlatform$platformTrustManager$2>: java.lang.NoClassDefFoundError: Failed resolution of: Lorg/conscrypt/ConscryptHostnameVerifier;
Ktor 1.5.2, Android app with multiplatform networking library
:youtrack: 1
y

yschimke

04/17/2021, 8:47 AM
OkHttp works by detecting the environment without manual configuration, but this can trigger some spurious warnings.
n

Nikita Khlebushkin

04/17/2021, 9:09 AM
Noisily logged
Thanks, will read that!