Closed Monabr closed 2 weeks ago
Having the same problem, on iOS only though:
Caused by: kotlin.IllegalStateException: Failed to find HttpClientEngineContainer. Consider adding [HttpClientEngine] implementation in dependencies.
It's fixed with Ktorfit 2.2.0
Ktorfit version
2.1.0
What happened and how can we reproduce this issue?
So the docs states there is no need in additional configuration.
If I just use
and start the app - I get the error:
If I add platform clients (okhttp and darwin) and use them - the app works fine
What did you expect to happen?
Docs be accurate or there is was not bug
Is there anything else we need to know about?
No response