Add missing intellij-core dependency for sam-with-receiver tests

This commit is contained in:
Yan Zhulanow
2020-06-18 18:05:55 +09:00
parent 713a305f45
commit 559561ca6b
@@ -18,6 +18,7 @@ dependencies {
testCompile(projectTests(":compiler:tests-common")) testCompile(projectTests(":compiler:tests-common"))
testCompile(commonDep("junit:junit")) testCompile(commonDep("junit:junit"))
testCompileOnly(project(":kotlin-compiler")) testCompileOnly(project(":kotlin-compiler"))
testCompileOnly(intellijCoreDep()) { includeJars("intellij-core") }
testCompile(project(":kotlin-scripting-jvm-host-unshaded")) testCompile(project(":kotlin-scripting-jvm-host-unshaded"))
testRuntimeOnly(intellijCoreDep()) { includeJars("intellij-core") } testRuntimeOnly(intellijCoreDep()) { includeJars("intellij-core") }