Hi, I'm facing an issue where the @Serializable an...
# android
l
Hi, I'm facing an issue where the @Serializable annotation in Kotlinx Serialization shows partial coverage in my unit tests, even though the serialization/deserialization works fine. I found a similar question on StackOverflow, but it hasn't been answered yet: link. Has anyone encountered this and know how to ensure full coverage for the annotation? Appreciate any help! 🙏