diff --git a/js/js.tests/build.gradle.kts b/js/js.tests/build.gradle.kts index 88aaf5f24b8..c419bb194f9 100644 --- a/js/js.tests/build.gradle.kts +++ b/js/js.tests/build.gradle.kts @@ -37,9 +37,6 @@ dependencies { testCompileOnly(project(":compiler:cli-js-klib")) testCompileOnly(project(":compiler:util")) testCompileOnly(intellijCoreDep()) { includeJars("intellij-core") } - Platform[193].orLower { - testCompileOnly(intellijDep()) { includeJars("openapi", rootProject = rootProject) } - } testCompileOnly(intellijDep()) { includeJars("idea", "idea_rt", "util") } testCompile(project(":compiler:backend.js")) testCompile(project(":compiler:backend.wasm")) @@ -59,14 +56,8 @@ dependencies { testRuntime(project(":kotlin-reflect")) - if (Platform[193].orLower()) { - testRuntime(intellijDep()) { includeJars("picocontainer", rootProject = rootProject) } - } testRuntime(intellijDep()) { includeJars("trove4j", "guava", "jdom", rootProject = rootProject) } - - val currentOs = OperatingSystem.current() - testRuntime(kotlinStdlib()) testJsRuntime(kotlinStdlib("js")) if (!kotlinBuildProperties.isInJpsBuildIdeaSync) {