I try upgrading to `1.0.89` but keep getting `Coul...
# spek
y
I try upgrading to
1.0.89
but keep getting
Could not find method testRuntime()
for
Android
project. I’ve already seen https://github.com/JetBrains/spek/issues/117 , but suggested solution to remove
apply plugin: ‘org.junit.platform.gradle.plugin’
doesn’t work for me. These are the dependencies I have listed for the module:
Copy code
testRuntime 'org.junit.platform:junit-platform-runner:1.0.89'
  testCompile 'org.jetbrains.spek:spek-api:1.0.89'
  testRuntime 'org.jetbrains.spek:spek-junit-platform-engine:1.0.89’
and this one
classpath 'org.junit.platform:junit-platform-gradle-plugin:1.0.0-M2’
for
buildscript
dependencies.