darkmoon_uk
03/07/2021, 12:41 AMkotlinx.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?Vampire
03/07/2021, 1:15 AM