Remove unnecessary dependencies on kotlin-compiler-runner
This commit is contained in:
@@ -70,7 +70,6 @@ dependencies {
|
||||
compile(project(":daemon-common"))
|
||||
compile(project(":daemon-common-new"))
|
||||
compile(projectRuntimeJar(":kotlin-daemon-client"))
|
||||
compile(project(":kotlin-compiler-runner")) { isTransitive = false }
|
||||
compile(project(":compiler:plugin-api"))
|
||||
compile(project(":idea:jvm-debugger:jvm-debugger-util"))
|
||||
compile(project(":idea:jvm-debugger:jvm-debugger-core"))
|
||||
|
||||
Reference in New Issue
Block a user