diff --git a/plugins/sam-with-receiver/sam-with-receiver-cli/build.gradle.kts b/plugins/sam-with-receiver/sam-with-receiver-cli/build.gradle.kts index 4a236458e0e..f8031bf8335 100644 --- a/plugins/sam-with-receiver/sam-with-receiver-cli/build.gradle.kts +++ b/plugins/sam-with-receiver/sam-with-receiver-cli/build.gradle.kts @@ -16,6 +16,8 @@ dependencies { testCompile(project(":compiler:cli")) testCompile(projectTests(":compiler:tests-common")) testCompile(commonDep("junit:junit")) + + testRuntimeOnly(intellijCoreDep()) { includeJars("intellij-core") } } sourceSets {