We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2.1.0
So the docs states there is no need in additional configuration.
If I just use
implementation(libs.ktorfit.lib) implementation(libs.ktor.client.serialization) implementation(libs.ktor.client.content.negotiation) implementation(libs.ktor.serialization.kotlinx.json)
and start the app - I get the error:
java.lang.NoClassDefFoundError: Failed resolution of: Lio/ktor/client/plugins/HttpTimeout;
If I add platform clients (okhttp and darwin) and use them - the app works fine
Docs be accurate or there is was not bug
No response
The text was updated successfully, but these errors were encountered:
Having the same problem, on iOS only though:
Caused by: kotlin.IllegalStateException: Failed to find HttpClientEngineContainer. Consider adding [HttpClientEngine] implementation in dependencies.
Sorry, something went wrong.
Add missing client dependencies #720
fdcbbe1
559533c
Add missing client dependencies #720 (#734)
12484e6
It's fixed with Ktorfit 2.2.0
Foso
Successfully merging a pull request may close this issue.
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
The text was updated successfully, but these errors were encountered: