I’ve added r8 to my compose desktop build. My app ...
# compose-desktop
s
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
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
you can try
runDistributable
- usually that help in telling you why if something is wrong with distributable executable environment
s
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