https://kotlinlang.org logo
Title
d

David Lee

02/15/2023, 5:45 AM
Hey, this may be a dumb question™, but: is it possible to have a Kotlin project targeting OS X (a la https://kotlinlang.org/docs/native-overview.html) which calls into native cocoa libraries / handle notifications like these https://developer.apple.com/documentation/appkit/nsworkspace/1525293-sessiondidbecomeactivenotificati ? Is it just a typical https://kotlinlang.org/docs/native-objc-interop.html use case? Any words of wisdom would be appreciated — notably, advice on whether attempting this in my first proper Kotlin project is asking for headaches 😄