```Exception in thread "main" kotlinx.serializatio...
# multiplatform
v
Copy code
Exception in thread "main" kotlinx.serialization.SerializationException: Serializer for class 'Repository' is not found. Mark the class as @Serializable or provide the serializer explicitly.
Already all data classes marked @Serializable, getting this error in android when calling API implemented in the multiplatform library.