Is anyone using `kotlinx.serialization` as part of...
# gradle
d
Is anyone using
kotlinx.serialization
as part of their Gradle build process? I'vde added the Kotlin Serialization plugin but still classes I've marked
@Serializable
in the script aren't being recognised as such; yielding
kotlinx.serialization.SerializationException: Serializer for class 'MyClassName' is not found.
at the point of use. Any tips?