Join Slack
Powered by
I’ve converted this <https://github.com/square/okh...
# announcements
m
mzgreen
05/30/2016, 12:11 PM
I’ve converted this
https://github.com/square/okhttp/blob/3f7a3344a4c85aa3bbb879dabac5ee625ab987f3/samples/guide/src/main/java/okhttp3/recipes/CustomTrust.java
class to Kotlin. Now when I try to run it it fails on the:
OkHttpClient.Builder().sslSocketFactory(sslSocketFactory, trustManager)
it seems that it tries to invoke one-arg version of this method which is deprecated
3
Views
Open in Slack
Previous
Next