Anyone have any ideas?
# spek
i
Anyone have any ideas?
r
ianclarke: can you paste your build script? looks like a version problem
i
Copy code
testCompile 'org.jetbrains.spek:spek-api:1.1.2'
testRuntime 'org.jetbrains.spek:spek-junit-platform-engine:1.1.2'
r
what version of junit platform are you using?
make sure it’s
1.0.0-M4
i
Ah, ok - thanks for the tip