``` //setup kotlin testCompile "org.jetbrains.kotl...
# spek
s
Copy code
//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"