[Test] Move java generation utils to :compiler:tests-compiler-utils module

This commit is contained in:
Dmitriy Novozhilov
2020-12-23 11:22:19 +03:00
committed by TeamCityServer
parent cb7b1652e7
commit 8689fc43cd
15 changed files with 78 additions and 97 deletions
@@ -22,6 +22,7 @@ dependencies {
testCompile(project(":compiler:cli"))
testCompile(project(":compiler:cli-js"))
testCompile(project(":compiler:serialization"))
testCompile(project(":compiler:fir:entrypoint"))
testCompile(projectTests(":compiler:test-infrastructure-utils"))
testCompile(project(":kotlin-preloader"))
testCompileOnly(intellijCoreDep()) { includeJars("intellij-core") }