i saw there was some progress with code generation for kotlinx-serialization
how far along is the cgenerated client code for multiplatform (js) with ktor ?
d
Dariusz Kuc
03/15/2021, 2:08 PM
Hello 👋 Yes, we recently updated gql kotlin clients to work with kotlinx-serialization (in addition to Jackson) - released in
4.0.0-alpha.15
Dariusz Kuc
03/15/2021, 2:09 PM
I don't think I will have time in the near future to work on multiplatform support
Dariusz Kuc
03/15/2021, 2:11 PM
the part I'm not sure about that will work on the JS side is the
unsure if that is an issue (probably yes) or if there are any other issues
Dariusz Kuc
03/15/2021, 2:12 PM
generated client code is mostly just plain data classes
n
Nikky
03/15/2021, 7:56 PM
i see.. then i guess i will experiment with using the pllugin again, currently our multiplatform code is all handwritten serializable data classes and some wrapper code to create queries and deserialize responses