Is there a kotlin multiplatform client implementation? that targets android, ios and js as well?
d
Dariusz Kuc
04/25/2021, 1:23 PM
While we dont publish aar artifact, generated sources using kotlinx-serialization and graphql-kotlin-ktor-client should be easily usable from android
I believe #apollo-android is targeting multiplatform
a
andylamax
04/25/2021, 3:59 PM
Thanks for your response
I have seen a couple of android solutions already, however the ones I have seen do not have a kotlin/js support. Is there a client that simultaneously target android, ios and js?