NativeScript / android

NativeScript for Android using v8
https://docs.nativescript.org/guide/android-marshalling
Apache License 2.0
518 stars 136 forks source link

[koltin] auto create `kotlin.jvm.functions.FunctionX` when a JS function is passed #1786

Open farfromrefug opened 9 months ago

farfromrefug commented 9 months 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)