You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, ensuring that versions are aligned between OkHttp dependencies in a Gradle project requires explicitly adding a platform dependency to the okhttp-bom.
Ideally, each module listed in okhttp-bom should itself depend on okhttp-bom as a platform dependency to transitively contribute those dependency constraints downstream.