diff --git a/idea/idea-gradle-native/build.gradle.kts b/idea/idea-gradle-native/build.gradle.kts index 7ac70eb22e6..39dfae059a8 100644 --- a/idea/idea-gradle-native/build.gradle.kts +++ b/idea/idea-gradle-native/build.gradle.kts @@ -48,6 +48,9 @@ dependencies { testRuntime(project(":kotlin-scripting-idea")) testRuntime(project(":kotlinx-serialization-ide-plugin")) // TODO: the order of the plugins matters here, consider avoiding order-dependency + Platform[192].orHigher { + testRuntime(intellijPluginDep("java")) + } testRuntime(intellijPluginDep("junit")) testRuntime(intellijPluginDep("testng")) testRuntime(intellijPluginDep("properties"))