square / okhttp

Square’s meticulous HTTP client for the JVM, Android, and GraalVM.
https://square.github.io/okhttp/
Apache License 2.0
45.7k stars 9.15k forks source link

Build issues trying to bump to AGP 8.5 #8467

Open yschimke opened 2 months ago

yschimke commented 2 months ago

AGP 8.5 might be too early for Intellij, but bumping past 8.2 causes random errors.

I have to disable a bunch of plugins related to JavaPluginExtension and accessing configurations before they were available, and osgi updating a fixed value.

Current hacking to get something running is on https://github.com/square/okhttp/compare/master...yschimke:r8_repro?expand=1

yschimke commented 2 months ago

TODO