hi guys! i'm trying to setup spek for android proj...
# spek
d
hi guys! i'm trying to setup spek for android project:
Copy code
testCompile 'org.junit.platform:junit-platform-runner:1.0.0-M3'
    testCompile 'org.jetbrains.spek:spek-api:1.1.0-beta3'
    testCompile 'org.jetbrains.spek:spek-junit-platform-engine:1.1.0-beta3'
(from official docs) and it fails with error:
Copy code
Error:(302, 18) Failed to resolve: org.jetbrains.spek:spek-junit-platform-engine:1.1.0-beta3