I have been wanting to write an application that w...
# compose-desktop
y
I have been wanting to write an application that would use the macOS menubar icon tray and notification. I had been putting it off because of the thought of having to write it in Swift (or worse Objective-C). The fact that I can now do it in Kotlin with #compose-desktop is mega exciting! 🦜
t
(maybe you’re already aware but you can make macOs apps with Kotlin/Native)
y
Maybe it has changed, but last time I tried Kotlin/Native it was so slow (to compile) that it made the process almost unbearable. I could give it another try. That being said compose desktop sounds more like what I was looking for.