Hello everyone 🙂,
I am using kotlin serialization with Ktor on a KMM project and I've noticed that when there is a serialization error, parts of my code malfunction but no error or exception is thrown in the logs. In order to be able to debug my app, I would like to have access to those logs. Do you know what might be wrong? (I tried disabling isLenient and ignoreUnknownKeys and still I get no errors in my logs when I voluntarily trigger them.)
Thank you