Currently, the way to use Kotlin features in a NativeScript app is by using them as used in a Java code e.g. https://kotlinlang.org/docs/reference/java-to-kotlin-interop.html
There should be a more convenient way of using some features in JS/TS code, thus I propose the following additions to NativeScript's Kotlin support:
Currently, the way to use Kotlin features in a NativeScript app is by using them as used in a Java code e.g. https://kotlinlang.org/docs/reference/java-to-kotlin-interop.html
There should be a more convenient way of using some features in JS/TS code, thus I propose the following additions to NativeScript's Kotlin support:
objectwithout accessing theINSTANCEfieldCompanionobjects' method as used in Kotlin without needing them to be declared as@JvmStaticgetProperty/setPropertymethods