Hi guys. I’ve followed this guide https://kotlinlang.org/docs/tutorials/native/using-intellij-idea.html to create empty hello world project. But the last step “run” is not possible. Run command is not available at all, there are no created configurations. How can I run the test project?
t
tunedal
04/17/2020, 11:02 AM
I think you might have to run it from the Gradle tool window first (probably found along the rightmost edge of the screen), which will create an IntelliJ run configuration.
g
gabin
04/17/2020, 11:07 AM
do you mean that window?
t
tunedal
04/17/2020, 11:07 AM
Right.
g
gabin
04/17/2020, 11:09 AM
Thanks, I think runDebugExecutablesMacos makes the thing that I need