From 9318d401f7cbd766a57f981c4da19da34fbfc510 Mon Sep 17 00:00:00 2001 From: Andrey Uskov Date: Mon, 2 Nov 2020 22:52:30 +0300 Subject: [PATCH] Fix test runtime dependencies in NativeImportingTests --- idea/idea-gradle-native/build.gradle.kts | 1 + 1 file changed, 1 insertion(+) diff --git a/idea/idea-gradle-native/build.gradle.kts b/idea/idea-gradle-native/build.gradle.kts index e00c3030198..1638c486c23 100644 --- a/idea/idea-gradle-native/build.gradle.kts +++ b/idea/idea-gradle-native/build.gradle.kts @@ -37,6 +37,7 @@ dependencies { compileOnly(intellijPluginDep("java")) testRuntimeOnly(toolsJar()) + testRuntimeOnly(project(":kotlin-gradle-statistics")) testRuntime(project(":kotlin-reflect")) testRuntime(project(":idea:idea-jvm")) testRuntime(project(":idea:idea-android"))