renatoathaydes
11/22/2016, 1:12 PMMap<String , *>
where some values are expected to be of type MutableMap<String, *>
as well... and I need to modify one value in this map before continuing... because of type-erasure, it's not possible to put anything in this map... any known workarounds for that?