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
OkHttp v4 is written in Kotlin. If we version up OkHttp to v4 or later, we need to depend on kotlin-stdlib transitively.
kotlin-stdlib
The text was updated successfully, but these errors were encountered:
@exoego This can be a good approach to avoid dependency issues around okhttp and Kotlin. I've tested the pure-java HTTP client (available since Java9) at airframe-http and it works well out of the box https://github.com/wvlet/airframe/blob/master/airframe-http/.jvm/src/main/scala/wvlet/airframe/http/client/JavaHttpClientChannel.scala
Sorry, something went wrong.
No branches or pull requests
OkHttp v4 is written in Kotlin.
If we version up OkHttp to v4 or later, we need to depend on
kotlin-stdlib
transitively.The text was updated successfully, but these errors were encountered: