Closed as not planned
Closed as not planned
Description
What is your use-case and why do you need this feature?
The Home Assistant project is migrating to KotlinX serialization for JSON mostly. And while migrating we missed some spot where some classes where not annotated with @Serializable
.
Describe the solution you'd like
We've made a very basic lint rule to detect if the field value
of the method encodeToString
or decodeFromString
for the Json module. home-assistant/android#5368 it's not complete but it fits our usage. It would be nice to have something better and more robust.