miha-x64
02/27/2017, 2:06 PMMap<String, exactly Any>
, not out Any
, to use with Retrofit? Currently using MutableMap
as a workaround.ilya.gorbunov
02/27/2017, 3:57 PM? extends Object
in signature? Try @JvmSuppressWildcards
https://kotlinlang.org/docs/reference/java-to-kotlin-interop.html#variant-genericsmiha-x64
02/27/2017, 4:01 PM