android
android copied to clipboard
[koltin] auto create `kotlin.jvm.functions.FunctionX` when a JS function is passed
It would be very practical to be able to pass JS function directly instead of having to do new kotlin.jvm.functions.Function1(myJSFunctionWith1Arg)