My android app faced crash issue with NoTransformationFoundException.
Copy code
io.ktor.client.call.NoTransformationFoundException: Expected response body of the type 'class MyClass' but was 'class io.ktor.utils.io.SourceByteReadChannel'
Response header `ContentType: application/octet-stream`
Request header `Accept: application/json`