https://kotlinlang.org logo
Title
s

spierce7

04/25/2022, 9:15 PM
I’ve added r8 to my compose desktop build. My app runs, but the window doesn’t show for some reason. I don’t see any exceptions and no errors. What’s the correct way to go about debugging this? I’ve been stuck on this for about 8 hours.
k

Kirill Grouchnikov

04/25/2022, 9:52 PM
I would start with the simplest
applicationWindow
that shows just one button to minimize the number of moving parts. These things like support for proguard, r8, sharing code between multiple platforms are all for us to try, experiment with, file bugs or even fix them.
x

xxfast

04/26/2022, 2:33 AM
you can try
runDistributable
- usually that help in telling you why if something is wrong with distributable executable environment
s

spierce7

04/26/2022, 3:07 AM
that’s actually the command I’m running. I’m sure I’m going to have to go through and do what Kirill is suggesting