diff --git a/compiler/tests-common/build.gradle.kts b/compiler/tests-common/build.gradle.kts index 941a35ba0b8..ddae588b9e7 100644 --- a/compiler/tests-common/build.gradle.kts +++ b/compiler/tests-common/build.gradle.kts @@ -47,6 +47,15 @@ dependencies { Platform[193].orLower { testCompile(intellijDep()) { includeJars("openapi", "picocontainer", rootProject = rootProject) } } + Platform[201].orHigher { + testCompile(intellijDep()) { + includeJars( + "testFramework", + "testFramework.core", + rootProject = rootProject + ) + } + } testCompile(intellijDep()) { includeJars( "jps-model",