[analysis api, tests] generate analysis api in a separate tests-gen folder

This commit is contained in:
Ilya Kirillov
2022-04-05 12:24:25 +02:00
parent 22918ac2f4
commit 329e495b63
5 changed files with 31 additions and 6 deletions
@@ -33,7 +33,10 @@ kotlin {
sourceSets {
"main" { projectDefault() }
"test" { projectDefault() }
"test" {
projectDefault()
generatedTestDir()
}
}
projectTest(jUnitMode = JUnitMode.JUnit5) {