Is there a ios Decodable equivalent in kotlin? Was...
# multiplatform
s
Is there a ios Decodable equivalent in kotlin? Was trying to achieve a generic api client in kotlin for a kmm project. https://kotlinlang.slack.com/archives/C0A974TJ9/p1616449454066700
r
You have to pass the serializer explicitly, with type
KSerializer<T>
1