Hi guys. I’ve followed this guide <https://kotlinl...
# kotlin-native
g
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
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
do you mean that window?
t
Right.
g
Thanks, I think runDebugExecutablesMacos makes the thing that I need