[FIR] Drop visualizer module

This module was created to compare type resolve in K1 and K2. But
overall, these tests contain a lot of bugs, and it is quite hard
to use it.
This commit is contained in:
Ivan Kylchik
2023-09-12 12:18:31 +02:00
committed by Space Team
parent 2cd504b675
commit 1843eeb16b
107 changed files with 0 additions and 6126 deletions
@@ -17,7 +17,6 @@ dependencies {
testImplementation(projectTests(":compiler:fir:raw-fir:light-tree2fir"))
testImplementation(projectTests(":compiler:fir:fir2ir"))
testImplementation(projectTests(":compiler:fir:analysis-tests:legacy-fir-tests"))
testImplementation(projectTests(":compiler:visualizer"))
testImplementation(projectTests(":js:js.tests"))
testImplementation(projectTests(":generators:test-generator"))
}