Is anyone using kotlinx.serialization in KMP proje...
# multiplatform
g
Is anyone using kotlinx.serialization in KMP project? It seems like
@Serializable
doesn't generate any code and I found a few Stack Overflow threads and a few github issues describing similar problems (although mainly in Android projects). I do have the plugin setup properly, the same way as described in official docs and many other places.
n
We use it. Not having any problems at all.
v
Yes, it works