Hi guys:wave: My project contains three modules: 1...
# android
e
Hi guys👋 My project contains three modules: 1. app 2. ui(jetpack compose) 3. sdk(kotlin multiplatform, ktor client) So I’m making requests to server in sdk(kotlin multiplatform) module. I want to upload file via multipart-form-data, but there is no support for java.io.file in kotlin multiplatform. Have you got any idea to solve this problem?
k
Hi @Elnur Jeksenov I think #multiplatform will be the right channel.
e
Ok, thanks)