[FIR-PLUGIN] Move fir plugin prototype out from :compiler module

This commit is contained in:
Dmitriy Novozhilov
2020-05-08 11:22:19 +03:00
parent ab7613f6a4
commit 959ecceaf7
24 changed files with 46 additions and 48 deletions
-1
View File
@@ -46,7 +46,6 @@ dependencies {
testCompile(projectTests(":compiler:fir:raw-fir:light-tree2fir"))
testCompile(projectTests(":compiler:fir:fir2ir"))
testCompile(projectTests(":compiler:fir:analysis-tests"))
testCompile(projectTests(":compiler:fir:plugins:allopen-plugin"))
testCompile(projectTests(":compiler:visualizer"))
testCompile(projectTests(":generators:test-generator"))
testCompile(project(":compiler:ir.ir2cfg"))