Noob question: Is there any special setup required to run the “Hello World” example. I created a kotlin intellij project (w/ gradle) and pulled in clikt dependency to run the command but am always getting error
zsh: no such file or directory: ./hello
.
• Trying to run from the same directory as the file
• Using artifact 3.1.0
• Java 8
• zsh as shell
• MacOS Catalina 10.15.7