Completely new to desktop development (in addition to compose, but im a long time android dev)
I'm trying to just build a button where onClick it posts a notification to my mac. Is that something that's supported through compose desktop apps, or do I have to look for some kind of swing library that knows how to do this? (never used swing either). I'm assuming that this might not be possible because notifications are handled by the OS and there doesn't seem to be some kind of java <> macOS interop library (unless my google skills are failing me?)