LiquidPlayer / LiquidCore

Node.js virtual machine for Android and iOS
MIT License
1.01k stars 127 forks source link

jsexport for Kotlin properties does not work! #207

Open sammy44nts opened 3 years ago

sammy44nts commented 3 years ago
@jsexport
var id: Property<String>

in a JSObject is not possible in Kotlin. Because Property constructor is private.