From a0d4d0da587726223b619fce88fc704e82584b66 Mon Sep 17 00:00:00 2001 From: Vladimir Ilmov Date: Fri, 22 Nov 2019 13:17:37 +0100 Subject: [PATCH] [coroutine][debug] rollback compilation failed exception as it breaks test scenarios --- idea/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"))