[Build] Move utils for generation JUnit 5 tests to :generators module
This commit is contained in:
committed by
TeamCityServer
parent
48aa063b21
commit
e56c87a17a
@@ -10,7 +10,12 @@ dependencies {
|
||||
testApi(projectTests(":compiler:test-infrastructure-utils"))
|
||||
testApi(kotlinStdlib())
|
||||
testApi(commonDep("junit:junit"))
|
||||
testApiJUnit5()
|
||||
testApi(project(":generators"))
|
||||
|
||||
testCompileOnly(project(":kotlin-reflect-api"))
|
||||
testRuntimeOnly(project(":kotlin-reflect"))
|
||||
testRuntimeOnly(project(":core:descriptors.runtime"))
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
|
||||
Reference in New Issue
Block a user