diff --git a/compiler/tests-common/build.gradle.kts b/compiler/tests-common/build.gradle.kts index 5f0fda4a8df..ef847cceced 100644 --- a/compiler/tests-common/build.gradle.kts +++ b/compiler/tests-common/build.gradle.kts @@ -62,6 +62,9 @@ dependencies { ) } } + Platform[202].orHigher { + testCompile(intellijDep()) { includeJars("intellij-deps-fastutil-8.3.1-1") } + } testCompile(intellijDep()) { includeJars( "jps-model",