[REPL] Copy findLabelAndCall to scripting-ide-services to fix problems with embeddable artifact

This commit is contained in:
Ilya Muradyan
2021-05-18 19:04:17 +03:00
committed by teamcityserver
parent 7caadd87a2
commit 9412fe094b
2 changed files with 40 additions and 1 deletions
@@ -28,7 +28,6 @@ dependencies {
testRuntimeOnly(project(":kotlin-compiler"))
testRuntimeOnly(commonDep("org.jetbrains.intellij.deps", "trove4j"))
testRuntimeOnly(project(":idea:ide-common")) { isTransitive = false }
testRuntimeOnly(project(":idea:idea-frontend-independent")) { isTransitive = false }
embeddableTestRuntime(project(":kotlin-scripting-ide-services", configuration="runtimeElements"))
embeddableTestRuntime(project(":kotlin-scripting-compiler-impl-embeddable", configuration="runtimeElements"))