📌 Retrofit now depends on OkHttp 4.12, which is written entirely in Kotlin 🧬
This introduces a transitive dependency on Kotlin even if your codebase isn’t using it directly.
📦 𝗪𝗵𝘆 𝗶𝘁 𝗺𝗮𝘁𝘁𝗲𝗿𝘀:
OkHttp 3.14 is finally dropped — after nearly 4 years without support ⏳
Retrofit 3.0 is not compatible with Kotlin Multiplatform ❌
Binary compatibility is preserved ✅
→ Code compiled for Retrofit 2.x still works with 3.x at runtime.
📥 Retrofit 3.0 and OkHttp 4.12 release notes are linked in the comments.