Hello all! I have a desktop compose project with a...
# compose-desktop
n
Hello all! I have a desktop compose project with a kotlin and java source set in the main module. I think I may have an issue with the java source set, or with packaging it in some way. When I run the app from MainKt everything works fine. But, once I build it and create a distributable image, the app runs until I press a button that calls a static method from the java source set and the app just freezes. No errors, no exceptions. Anyone know what could be the problem? The java class in question has a static method that has imports from
javax.smartcardio
, which could be causing some issues since its supposed to interact with usb ports and whatnot.