diff --git a/compiler/fir/modularized-tests/build.gradle.kts b/compiler/fir/modularized-tests/build.gradle.kts index 7b9096bd186..799030b5f8c 100644 --- a/compiler/fir/modularized-tests/build.gradle.kts +++ b/compiler/fir/modularized-tests/build.gradle.kts @@ -24,6 +24,7 @@ dependencies { testRuntimeOnly("xerces:xercesImpl:2.12.0") testRuntimeOnly(intellijPluginDep("java")) + testRuntimeOnly(intellijDep()) { includeJars("commons-lang-2.4") } testApi(commonDep("junit:junit")) testCompileOnly(project(":kotlin-test:kotlin-test-jvm"))