Replies: 3 comments
-
Hi @Zey-Uzh, I'm sorry you're stuck between two dependency versions. I can recommend a couple possible options:
Do either of those work for you? |
Beta Was this translation helpful? Give feedback.
0 replies
-
For now I'll try OkHttp4Engine. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks for the tip. I switched to OkHttp4Engine. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In my android project I use aws.sdk.kotlin:s3 which includes transitive dependency okhttp3 v.5.0.0-alpha.14 and other libraries requiring okhttp3 v.4.х.х.
The problem:
aws.sdk.kotlin:s3 cannot work with okhttp3 v.4.х.х,
and
other libraries in the project cannot work with okhttp3 v.5.0.0-alpha.14
What can be done about it? Pack aws.sdk.kotlin:s3 into a single jar together with transitive dependencies? This is very inconvenient and should not be the standard way to solve this problem.
Beta Was this translation helpful? Give feedback.
All reactions