Send image to server retrofit kotlin
I need to send image to server using retrofit with kotlin .. I tried to use multipart but the image was null and the request is strange !
What can I do to use multipart with kotlin and retrofit to send image to server ?
Thanks