rob42
11/13/2024, 12:16 PMdesktopRun
gradle task?
Here's what I've tried:
1. Adding jvmArgs
to build.gradle.kts (under compose.desktop.application.jvmArgs) -> no effect at all when running via desktopRun
2. Adding args to VM Option
in the IntelliJ run configuration -> these get applied to Gradle -- the parent PID, but not to the app itself.rob42
11/13/2024, 3:58 PMdesktopRun
and run
. Only run
pulls in the JVM args from build.gradle.kts.