rnowif
11/24/2017, 5:26 PMfun foo(arg: Map<String, Any>) {}
This function cannot be called in Java with this code :
Map<String, Object> map = new HashMap<>();
myKotlinObject.foo(map);
Does anybody knows how could I make this work ? Thank you very much !