Alexander Fedorov
Alexander Fedorov
Is it possible to add hamkrest as test dependency in multiplatform package? I am trying to do this ` commonTest { dependencies { implementation kotlin('test-common') implementation kotlin('test-annotations-common') implementation 'com.natpryce:hamkrest:1.7.0.0' }...
Is it possible to build mac os launcher without deploying artifact to website?
I added custom actions to infoNotification, when I press button it is not closing. How can I close notification when button is pressed?
This is probably controlsfx question but ... Is it possible to show notification when application is collapsed or unfocused?
I use MacOS and when run mvn clean package receive following error > Caused by: java.nio.file.NoSuchFileException: --cache-dir=USERLIB/FxlDemo at sun.nio.fs.UnixException.translateToIOException (UnixException.java:86) at sun.nio.fs.UnixException.rethrowAsIOException (UnixException.java:102) at sun.nio.fs.UnixException.rethrowAsIOException (UnixException.java:107) at sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes (UnixFileAttributeViews.java:55) at...