NativeScript / android

Android runtime for NativeScript (based on V8)

Home Page:https://docs.nativescript.org/guide/android-marshalling

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

farfromrefug opened this issue · comments

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