Open farfromrefug opened 1 year ago
It would be very practical to be able to pass JS function directly instead of having to do new kotlin.jvm.functions.Function1(myJSFunctionWith1Arg)
new kotlin.jvm.functions.Function1(myJSFunctionWith1Arg)
It would be very practical to be able to pass JS function directly instead of having to do
new kotlin.jvm.functions.Function1(myJSFunctionWith1Arg)