simon.vergauwen
09/19/2016, 5:31 AM//setup kotlin
testCompile "org.jetbrains.kotlin:kotlin-stdlib:1.0.3”
testCompile “org.jetbrains.kotlin:kotlin-test:1.0.3”
//setup spek
testCompile "org.jetbrains.spek:spek-api:1.0.89”
testCompile “org.jetbrains.spek:spek-junit-platform-engine:1.0.89"
//setup unit platform runner
testCompile "org.junit.platform:junit-platform-runner:1.0.0-M2"