Join Slack
Powered by
In my common modules I have a Retrofit interface w...
# server
j
jw
06/22/2018, 11:57 PM
In my common modules I have a Retrofit interface which I manually implement for JS and then use Retrofit on JVM
n
napperley
06/23/2018, 1:08 AM
On Native (via Kotlin Native) Lib Curl (
https://curl.haxx.se/libcurl/
;
https://github.com/JetBrains/kotlin-native/tree/master/samples/libcurl
) is the defacto HTTP client library (also support other protocols like SSH, SFTP, SMB etc).
j
jw
06/23/2018, 3:08 AM
Yeah the problem is never which HTTP client to choose, it's the lack of support for the reflective mechanisms that Retrofit relies on on each platform (at least through Kotlin)
10
Views
Open in Slack
Previous
Next