diff --git a/idea/build.gradle.kts b/idea/build.gradle.kts index f0c018dc744..276510149eb 100644 --- a/idea/build.gradle.kts +++ b/idea/build.gradle.kts @@ -48,7 +48,6 @@ dependencies { compileOnly(intellijPluginDep("copyright")) compileOnly(intellijPluginDep("properties")) compileOnly(intellijPluginDep("java-i18n")) - compileOnly(intellijPluginDep("stream-debugger")) testCompile(project(":kotlin-test:kotlin-test-junit")) testCompile(projectTests(":compiler:tests-common"))