Remove unnecessary dependencies on visualizer module

This commit is contained in:
Ivan Kylchik
2021-02-23 20:38:40 +03:00
committed by TeamCityServer
parent 13ef126d4c
commit 6f639a39a7
3 changed files with 5 additions and 3 deletions
+4 -1
View File
@@ -8,8 +8,11 @@ plugins {
dependencies {
compile(kotlinStdlib())
testCompile(projectTests(":compiler:visualizer"))
testCompile(projectTests(":generators:test-generator"))
testApi(projectTests(":compiler:tests-common"))
testCompileOnly(intellijCoreDep()) { includeJars("intellij-core") }
testRuntimeOnly(intellijCoreDep()) { includeJars("intellij-core") }
}
sourceSets {