[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
@@ -57,6 +57,7 @@ dependencies {
testCompile(projectTests(":kotlin-noarg-compiler-plugin"))
testCompile(projectTests(":kotlin-sam-with-receiver-compiler-plugin"))
testCompile(projectTests(":kotlinx-serialization-compiler-plugin"))
testCompile(projectTests(":plugins:fir:fir-plugin-prototype"))
testCompile(projectTests(":idea:jvm-debugger:jvm-debugger-test"))
testCompile(projectTests(":generators:test-generator"))
testCompile(projectTests(":idea"))