diff --git a/idea/build.gradle.kts b/idea/build.gradle.kts index ccaf4fcc715..1c1e059e621 100644 --- a/idea/build.gradle.kts +++ b/idea/build.gradle.kts @@ -177,7 +177,7 @@ dependencies { testRuntime(intellijPluginDep("junit")) testRuntime(intellijPluginDep("gradle")) testRuntime(intellijPluginDep("Groovy")) - testCompile(intellijPluginDep("coverage")) { includeJars("coverage") } + testRuntime(intellijPluginDep("coverage")) testRuntime(intellijPluginDep("android")) testRuntime(intellijPluginDep("smali")) testRuntime(intellijPluginDep("testng"))