Sorry guys, I was hoping if someone can point me t...
# apollo-kotlin
a
Sorry guys, I was hoping if someone can point me to a multiplatform sample with an android, js and jvm targets. Looking at the github repo, the pnly multiplatform artifact I see is
apollo-api
. Help please
t
There should be a folder named sample
On 2.x version, only apollo-api is in multiplatform which let's you use the generated code in iOS/JS projects. If you want to go more experimental, checkout dev-3.x branch where the runtime also supports multiplatform
a
Thanks for this response, Let me check on dev-3.x then