Hi, I’ve created my first Kotlin native program! Basically a copy paste from an example in Jetbrains getting started docs. I can execute it from the terminal on the machine I compiled it on, but my colleague could not execute the executable. Apparently I am not a verified developer. 🤷♂️ My guess is that something needs to be signed with something. But I’m not entirely sure what to Google for and haven’t found the solution yet. So, any help is appreciated.
The build tool I’m using is Gradle (kts flavor) and the only target is macOS.