I'm trying to specify some jvm args when running m...
# compose-desktop
r
I'm trying to specify some jvm args when running my desktop app (
-Djava.library.path=my/path/here
) via the
run
or
desktopRun
task, but not when distributing the app. Adding this to the run configuration (
desktopRun -DmainClass=MainKt -Djava.library.path=my/path/here --quiet
) is not doing anything. Anyone have ideas?