Ya thanks, I was just curious if anyone had actually done it.
j
jmullin
06/16/2018, 7:48 PM
I started down the path briefly, but was running into an issue where much of Godot’s nativescript API requires passing pointers to functions which return structs by value. As far as I’m aware that’s something K/N isn’t currently able to do.
It’s quite possible I was fundamentally misunderstanding the problem, though.
k
krtko
06/16/2018, 7:54 PM
Oh thanks for responding! I have been curious how Kotlin Native plans on handling Value types. The JVM's lack of value types feels like the largest feature it lacks.
o
orangy
06/16/2018, 8:19 PM
I would recommend moving the talk to #kotlin-native because there you can have an answer from the team
k
krtko
06/17/2018, 5:22 PM
I did originally, but Justin answered my question. Thank you! :)