what can i use for K/N desktop UI? <https://github...
# kotlin-native
b
what can i use for K/N desktop UI? https://github.com/msink/kotlin-libui kinda works for me, but it's missing styling support
d
If you want a cross-platform UI in Kotlin, that's the best we've got. Otherwise you can write you own bindings/wrapper to GTK or something.
n
GTK is cross platform, but is native to many Linux desktop distributions (Linux Mint, Ubuntu, Fedora etc).