I'm not sure if this is the right place to ask... if not, let me know and I can remove this:
I made a little kotlin app that I've been using at work to aggregate some information from our github repositories and improve my workflow. Right now it's just spitting out big chunks of formatted text to tell me things, but I wanted to build a UI around it. I was debating between making a web front-end, or potentially just having it as a desktop app. If I were to go with the desktop app, would kotlin native be a good option to build out that ui? (It only needs to work on mac).