Kotlin methods with default arguments aren’t translated to ObjC as smaller methods.
In JVM this happens too and adding @JvmOverloads
to the method creates the multiple implementations considering the default arguments.
Is there or could there be a version of @JvmOverloads
for Native/ObjC?
I’ve been looking for prior discussions or this but I’m not finding anything.
Thanks
1 Like