From 84757964bb5f2c4e73ca6941b34f6be5ce8043ae Mon Sep 17 00:00:00 2001 From: Svyatoslav Kuzmich Date: Wed, 20 Nov 2019 19:18:53 +0300 Subject: [PATCH] Advance bootstrap to 1.3.70-dev-1806 Due to updated K/JS klib ABI Add dependency of KotlinCoverageExtension to idea test classpath because of a new check introduced in 1806. (cherry picked from commit bffbe89f53b4a9742790587f92a4312211f9c3ae) --- idea/build.gradle.kts | 1 + 1 file changed, 1 insertion(+) diff --git a/idea/build.gradle.kts b/idea/build.gradle.kts index 3edaf479232..161a9c4b6e9 100644 --- a/idea/build.gradle.kts +++ b/idea/build.gradle.kts @@ -125,6 +125,7 @@ dependencies { testCompile(project(":idea:idea-native")) { isTransitive = false } testCompile(project(":idea:idea-gradle-native")) { isTransitive = false } testCompile(commonDep("junit:junit")) + testCompileOnly(intellijPluginDep("coverage")) testRuntime(project(":kotlin-native:kotlin-native-library-reader")) { isTransitive = false } testRuntime(project(":kotlin-native:kotlin-native-utils")) { isTransitive = false }