Hello, I am trying to build a desktop(JVM) app usi...
# announcements
a
Hello, I am trying to build a desktop(JVM) app using kotlin and works fine on Ubuntu but when tried build on MAC after creating a package and installing it there is no window appear. Does anybody face this issue and if fixed it then please help me out.
👀 1
d
The App needs to be 'notarised' (signed) to be able to run when installed- there's specific support for this in the Gradle plugin and section on this in the Compose Desktop documentation.
a
I have notarised the package so there is no error showing as it described in the github support page. Previously there was issue with installation that issue is resolved after notarize. Still can you share the link so I can check again. Thanks for replaying.