When setting up an IntelliJ Run Configuration for ...
# kotlin-native
d
When setting up an IntelliJ Run Configuration for Gradle task
runDebugExecutableMacos
(given I've named my target
macos
) Is there a way to pass arguments to that? I've tried a few forms but nothing's working! Args work on CLI but I need to be able to Debug with them.
Found a solution here
👍 1