mirror of
https://github.com/square/okhttp.git
synced 2026-01-14 07:22:20 +03:00
* Introduce basic multiplatform features to the okhttp build This PR is mostly about moving files from src/main/kotlin to src/jvmMain/kotlin. Still to do: - promote some classes from jvmMain to commonMain - enable CI to build different platforms independently * Fix OSGi for multiplatform