Minimal setup with Kotlin and spek (http://spekframework.org/) to get you started
git clone https://github.com/swkBerlin/kata-bootstraps
cd kotlin/spek
gradle idea
Open the directory in Idea.
To execute the tests run gradle test
or run the tests from the IDE you are using (e.g. IntelliJ)
by installing the spek plugin from Jetbrains
- Kotlin 1.1
- Gradle 3.4
- IntelliJ Idea 2017
It might work with other setups, but that is not tested. Pull requests welcome!