Hi everyone, can you please tell me if it is possi...
# multiplatform
s
Hi everyone, can you please tell me if it is possible to use Retrofit in a MP library?
g
Only for JVM platform
other platforms require own implementation
but you can use ktor-client instead for mpp
otherwise you can define interface on common and implement it on every platform separately
h
@Sergei Novikov https://github.com/dss99911/kotlin-simple-architecture/tree/master/api May I share this library? It’s similar to retrofit on MP