How to save a response body to a file in KMP with Ktor
How to stream a response body to a file in KMP on both Android and iOS using the Ktor client?
Multipart data isn’t present in the request when calling formData for HttpRequestBuilder
I’ve tried using the following code, but the results are not as expected. The FormData is missing from the final request.
Is something wrong with how I’m building the HttpRequestBuilder
?