Any idea what it could be? I'm using jetpack compo...
# multiplatform
w
Any idea what it could be? I'm using jetpack compose desktop, using some other libraries but I don't know what it could be, it seems unusual, if you ask, how is it? It is by pressing a Button and the logic of the external library does not pass and throws that away
c
I would recommend looking at the output. Try launching it the program from the command line. I saw something like that a while ago and it was due to running a thin jar so some libraries were missing when I packaged my code.
w
Ah already manages to solve it, without knowing that gradle does not bring the necessary modules of the JDK of my project thanks equal