its created by kotlinx-serialization.. every class...
# serialization
n
its created by kotlinx-serialization.. every class that is
@Serializable
has this function to get its serializer
s
I mean I have the
@Serializable
on my class and I have no
serializer
method….
i
kotlinx-serialization will generate the serializer methods on the class if it have @Serializable
s
Well it’s not. I don’t know what else to say. I understand that it’s supposed to, but this is what I’m getting.
i
check dependencies
n
make sure you have the serialization plugin for gradle as well
s
Thank you. I had to add the serialization plugin. I had removed it because it was causing crazy issues, but I'm betting it was because the readme said to add the multiplatform plugin as well and that freaked out.