Facing some problems with running compose distribu...
# compose-desktop
r
Facing some problems with running compose distributables, built with
Wix
for
Windows
(gradle task ":createDistributable").
exe
file just not launching. This is new issue, couple weeks ago all was fine. Anyone here has the same? I've tried to build with 15 and 16 JDK for Gradle, no differences.
I firstly thought this is about my project, but tried
compose-jb.examples.codeviewer
after - the same thing. All works from IDEA, but distributables just don't run.
m
Try running task `runDistributable`from IDEA, it should print the issue.
r
@mcpiroman now I see that there is a bug in compose-gradle-plugin(I suppose):
Could not find or load main class esources
The same for my app and for app from the examples
o
r
@olonho upgraded to
alpha3
, all is shining. Thank you, I knew there is something about escaping character. I'm glad I'm not the only one who can make such mistake, appreciate your work very much, good luck!