I have a specific need to make use of ktor HttpResponse in iOS directly, and from objective-c/swift use the httpResponse.call.bodyNullable to convert it into a dto data class that exist in the exported Kotlin Multiplatform code.
Does anyone know if it it is possible? Because the typing seems to be lost including the serialization handling