Does anyone know if network caching is working for ktor ios HttpClient. We would like to use Kotlin Multiplatform for our network layer in an existing app targeted at Android and ios, but it seems that network responses are not being cached for ios. There was a closed issue:
https://github.com/ktorio/ktor/issues/992, but the fix doesn't seem to be in latest code.
This is an absolute blocker for us as we have millions of users and make many calls to a rest api that need to honour cache control headers.
If this is not working, is there a plan to fix it soon as I can't see how ktor can be used in production without caching.