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
Alexander Maryanovsky
08/14/2023, 1:23 PM
Can you post a short reproducer?
y
Yousef
08/14/2023, 1:42 PM
I'm not sure how short I can make it. Would the repo suffice?
a
Alexander Maryanovsky
08/14/2023, 1:43 PM
If you could make a branch removing everything that’s not necessary to reproduce the bug…
y
Yousef
08/14/2023, 1:57 PM
Ok I will try to reproduce and provide the code
Yousef
08/14/2023, 2:06 PM
On a new compose desktop project the issue is gone. It seems like I had an issue with the gradle config