Hi folks, anyone knows if is possible to create Gnome Shell Extensions with Kotlin Native?
😍 1
k
Kris Wong
08/12/2020, 7:37 PM
i really don't know much about Gnome, but believe it's C? so don't see a reason why it wouldn't be possible.
Kris Wong
08/12/2020, 7:39 PM
but if there's some kind of SDK for that purpose, with C APIs, you should consider whether it's really going to be more productive to try to consume that from Kotlin
r
raniejade
08/13/2020, 2:45 AM
Gnome Shell Extensions are written in Javascript IIRC, so not native - but Kotlin can compile down to JS.