What do you do when kotlinx.serialization tries to decode everything as the wrong model?
I’ve seen the problem before. I’m trying to run my app locally in my simulator, same commit than the version in production which works, but it tries to decode every single model as a single one, failing all the time obviously. It’s on iOS