[Build] Move utils for generation JUnit 5 tests to :generators module

This commit is contained in:
Dmitriy Novozhilov
2021-09-20 18:15:35 +03:00
committed by TeamCityServer
parent 48aa063b21
commit e56c87a17a
13 changed files with 31 additions and 31 deletions
+4
View File
@@ -66,6 +66,10 @@ dependencies {
testCompileOnly(project(":kotlin-reflect-api"))
testImplementation(intellijDep()) { includeJars("idea_rt") }
testImplementation(project(":kotlin-reflect"))
testImplementation(projectTests(":compiler:test-infrastructure-utils"))
testImplementation(projectTests(":compiler:test-infrastructure"))
testImplementation(projectTests(":compiler:tests-common-new"))
testApiJUnit5()
if (Ide.IJ()) {
testCompileOnly(jpsBuildTest())