mirror of
https://github.com/square/okhttp.git
synced 2025-08-08 23:42:08 +03:00
* Mechanically tag all new APIs as @ExperimentalOkHttpApi In a follow-up PR I intend to remove the annotation on any API that we're willing to commit to for OkHttp 5.0.0. In a follow-up PR I'd also like to hide all remaining APIs from Java langauge callers. * Opt-in ExperimentalOkHttpApi for Android projects too --------- Co-authored-by: Benoit Quenaudon <benoit@quenaudon.com>