Because building a native image on windows, ios and android does not support javafx.media, I am using com.gluonhq.attach.audio to realize sound. But I got an issue on linux and windows:
java.lang.module.FindException: Error reading module: ...\.m2\repository\com\gluonhq\attach\audio\4.0.11\audio-4.0.11-desktop.jar
Caused by: java.lang.module.InvalidModuleDescriptorException: Package com.gluonhq.attach.audio.impl not found in module
Has someone an idea? What am I doing wrong?