Hi, I just made a hello world with kmp and it is working on android and ios. Now i'm trying to port the same code to linux, but I'm not finding much material about, anyone knows an open source project using kmp on linux apps?
d
Dominaezzz
04/12/2020, 7:23 PM
What in particular do you want to build? GUI app?
n
napperley
04/12/2020, 8:49 PM
If it is a GUI app then using GTK ( https://www.gtk.org/ ) is the way to go. All of the top 3 desktop Linux distributions (Ubuntu, Linux Mint, and Fedora) use GTK as the standard GUI toolkit, which makes GTK native to these distributions. With Linux GTK is the defacto GUI toolkit.