Hi,
I have done some experimenting with Kotlin native for iOS. I have discovered at several occasions that I run into "Overload resolution ambiguity" when calling certain functions. For instance UIColor, which has 3 overloads with the same signature. How do I get the compiler to distinguish between those ?