@Serializable
class Obj(val base: String, val rates : Map<String?,Double>?)
I use kotlin serialization but observed following error
Copy code
io.ktor.client.call.NoTransformationFoundException: No transformation found: class io.ktor.utils.io.ByteBufferChannel (Kotlin reflection is not available) -> class dev.packge (Kotlin reflection is not available)