Date: 2024-12-22 07:29:38
Score: 2.5
Natty:
The app is crashing because you haven't implemented the @Serializable interface, kotlin data classes/objects aren't serialisable by default, see for example:
https://stackoverflow.com/a/61241564/4117097
Reasons:
- Blacklisted phrase (1): stackoverflow
- Low length (1):
- No code block (0.5):
- User mentioned (1): @Serializable
- High reputation (-1):
Posted by: Anton Malyshev