Jake Wharton
Jake Wharton
> But I can't write that function myself because `Buffer.completeSegmentByteCount()` is internal. Not sure if you saw this, but that's tracked by #469.
As of [version 5.0](https://github.com/square/okhttp/blob/master/CHANGELOG.md#version-500) OkHttp has an Android variant and will access Android APIs without guards. As such, you need to provide the appropriate test environment, which is either: enabling...
Paparazzi brings a JVM version of the compiled Android framework which is trying to link the native code that Log bottoms out in. It sits in the classpath before the...
Copy from Moshi
That's an interesting approach as opposed to adding each constraint individually. This came up recently in #8903.
I assume the failure is because AdoptOpenJDK (which doesn't even exist anymore) deletes versions which they ~don't~ didn't provide as LTS. You're much better off with Zulu since they never...
The use of Kotlin 2.2 to compile is noted in the change log: https://github.com/square/okhttp/blob/master/CHANGELOG.md#version-500 That being said, we could target a slightly older version, but I'd be hesitant to provide...
It's simply never been a problem. We're aware of how it works and what it changes, thanks. It's not quite that simple, though, because we also have dependencies.
Low-level is a matter of perspective, but otherwise no. Kotlin bumps don't require or warrant major version bumps. We should do this because it's easy and we can until we...
I have deleted the Okio releases to avoid confusion