[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
-4
View File
@@ -702,10 +702,6 @@ tasks {
dependsOn(":compiler:fir:fir2ir:nightlyTests")
}
register("compilerFrontendVisualizerTest") {
dependsOn("compiler:visualizer:test")
}
register("scriptingJvmTest") {
dependsOn("dist")
dependsOn(":kotlin-scripting-compiler:test")