Jake Wharton

Results 1660 comments of Jake Wharton

I continue to vote for doing nothing. This is not a library's problem. If someone wants to fix this, write an Android Gradle plugin transform that bytecode-rewrites these into the...

That's not quite what I said... AGP already has a pluggable bytecode transformation model so this doesn't need to (and likely won't) be implemented by Google. Anyone can do this...

Transforms have access to variant information so again I disagree and hope the Android Gradle team doesn't do it. Variants have the API information which is the best you'll get...

It doesn't, which is why I said it wasn't related to bundles. If the variant has a minSdk lower than 23 you fix the bug. That's it. All of this...

LTS releases are for JVM deployments where you are unable to upgrade for (mostly illogical) reasons. Aside from compatibility with build tooling, there's no reason not to use the latest...

Let's expose. We don't support automatic retry so we need to surface this to the caller.

Are you using the test rule? There should be a new instance for every test.

Can you switch to PER_METHOD? Assuming such a thing exists.

Maven Central is immutable so there's not really anything that can be done here.

Seems like the point of trailers is for things discovered while sending the request. Otherwise they would just be normal headers. So it's probably something like a callback that's invoked...