Vinod Rai
09/25/2020, 12:39 PMException 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.