diff --git a/prepare/ide-plugin-dependencies/kotlin-compiler-tests-for-ide/build.gradle.kts b/prepare/ide-plugin-dependencies/kotlin-compiler-tests-for-ide/build.gradle.kts index 829ceb27fde..a661dea9dfd 100644 --- a/prepare/ide-plugin-dependencies/kotlin-compiler-tests-for-ide/build.gradle.kts +++ b/prepare/ide-plugin-dependencies/kotlin-compiler-tests-for-ide/build.gradle.kts @@ -2,4 +2,11 @@ plugins { kotlin("jvm") } -publishTestJarsForIde(listOf(":compiler:test-infrastructure", ":compiler:tests-common-new", ":compiler:test-infrastructure-utils")) +publishTestJarsForIde( + listOf( + ":compiler:test-infrastructure", + ":compiler:tests-common-new", + ":compiler:test-infrastructure-utils", + ":compiler:tests-compiler-utils" + ) +)