I have a doubt. From kotlin 2.0 method overloading with same type parameter is not allowed. But this...
f
I have a doubt. From kotlin 2.0 method overloading with same type parameter is not allowed. But this contradicts Obj-C. So if we annotate method with
ObjCSignatureOverride
will i get callbacks for the same ?