I use Ktor Client in KMP project, and encountered ...
# ktor
f
I use Ktor Client in KMP project, and encountered bug when uploading files, larger than 2 MB Does anyone had same problem? Is there any alternate solution for sending large files in multipart, or should I just wait for fix? Maybe someone uses Ktor Client for uploads and never seen this bug, how do you send multipart data?
a
f
Found source of my problem and it's not Ktor, it is Inspektify Removing Inspektify plugin from Ktor client fixed problem. Unexpected, but that fixed problem for Darwin engine too (in my case) Sorry for bothering