Anyone know how I can get to use GsonSerializer fo...
# multiplatform
e
Anyone know how I can get to use GsonSerializer for ktor? https://stackoverflow.com/questions/67968603/how-to-get-to-use-gsonserializer-for-ktor
r
You should know that GSon is no longer actively maintained and they recommend Moshi (for non-KMM projects)
I am using kotlinx-serialization in my KMM project and it works (though I had a bug i just solved)
e
Thanks @Rak… Ya, I was facing some bug on kotlinx-serialization too, so thought of try using Gson. Thanks for sharing.
r
Did you fix it?