I'm getting `Empty test suite` if I use any Spek f...
# spek
a
I'm getting
Empty test suite
if I use any Spek fixture in an android project
Copy code
testCompile 'org.jetbrains.spek:spek-api:1.1.0-beta2'
testCompile 'org.jetbrains.spek:spek-junit-platform-engine:1.1.0-beta2'
testCompile 'org.junit.platform:junit-platform-runner:1.0.0-M3'
Is it known issue? Should I report?