diff --git a/compiler/tests-ir-jvm/build.gradle.kts b/compiler/tests-ir-jvm/build.gradle.kts index b55ec0b9486..42bfa906a2c 100644 --- a/compiler/tests-ir-jvm/build.gradle.kts +++ b/compiler/tests-ir-jvm/build.gradle.kts @@ -1,8 +1,11 @@ - apply { plugin("kotlin") } dependencies { + testRuntime(intellijDep()) testCompile(projectTests(":compiler:tests-common")) + testCompile(projectDist(":kotlin-script-runtime")) + testCompile(projectDist(":kotlin-stdlib")) + testCompile(projectDist(":kotlin-test:kotlin-test-jvm")) } sourceSets {