I'm trying to run the kotlin koans <https://kotlin...
# getting-started
r
I'm trying to run the kotlin koans https://kotlinlang.org/docs/tutorials/koans.html . I cloned the repo, imported the project into IntelliJ CE 2017.2.1 as gradle wrapper task, then tried to run the first koan n00Start.kt from the "Run" menu. Gradle runs and tells me BUILD SUCCESSFUL, but I don't see any way to actually run the program. I expected a JUnit window or some such reporting a failed test (TDD-style), but all I get is a build. Is further config necessary to get IntelliJ to run the program / test?