Join Slack
Powered by
Hi everyone, can you please tell me if it is possi...
# multiplatform
s
Sergei Novikov
08/19/2020, 6:57 AM
Hi everyone, can you please tell me if it is possible to use Retrofit in a MP library?
g
gildor
08/19/2020, 6:59 AM
Only for JVM platform
gildor
08/19/2020, 6:59 AM
other platforms require own implementation
gildor
08/19/2020, 6:59 AM
but you can use ktor-client instead for mpp
gildor
08/19/2020, 6:59 AM
otherwise you can define interface on common and implement it on every platform separately
h
Hyun
01/03/2021, 12:10 PM
@Sergei Novikov
https://github.com/dss99911/kotlin-simple-architecture/tree/master/api
May I share this library? It’s similar to retrofit on MP
Open in Slack
Previous
Next