After packaging the app for distribution as an exe...
# compose-desktop
y
After packaging the app for distribution as an exe for windows, clicking a button that launches a function launches another instance of the app instead of executing the function. It works fine when I run it through intellij
a
Can you post a short reproducer?
y
I'm not sure how short I can make it. Would the repo suffice?
a
If you could make a branch removing everything that’s not necessary to reproduce the bug…
y
Ok I will try to reproduce and provide the code
On a new compose desktop project the issue is gone. It seems like I had an issue with the gradle config
👍 1