Does someone know how to resolve ambiguity in this...
# announcements
e
Does someone know how to resolve ambiguity in this case? http://stackoverflow.com/questions/37625599/kotlin-what-can-i-do-when-a-java-library-has-an-overload-of-both-primitive-and The question has an answer but I believe it’s out of date;
void f(int x) { }
can no longer be called in
1.0.3
(it says “Overload resolution ambiguity. All of these functions match”)