frontend-api-generator: remove unused module dependencies

This commit is contained in:
Nikita Bobko
2021-06-21 18:08:45 +02:00
committed by teamcityserver
parent 938cd955e1
commit 8b018f0a40
@@ -12,8 +12,6 @@ dependencies {
compile(kotlinStdlib("jdk8"))
testCompile(projectTests(":generators:test-generator"))
testCompile(projectTests(":plugins:parcelize:parcelize-ide"))
testCompile(projectTests(":kotlinx-serialization-ide-plugin"))
testCompile(projectTests(":compiler:tests-common"))
testCompile(projectTests(":compiler:tests-spec"))
testCompile(projectTests(":idea-frontend-fir:idea-fir-low-level-api"))