If I am using this code in Java then its working fine. When I convert that code in kotlin then I got Error.
08-20 23:46:51.003 3782-3782/
Add @JvmSuppressWildcards before RequestBody
@JvmSuppressWildcards
RequestBody
fun updateCustomerDetail(@PartMap map: Map): Call