[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
+4 -1
View File
@@ -30,7 +30,10 @@ dependencies {
sourceSets {
"main" { projectDefault() }
"test" { projectDefault() }
"test" {
projectDefault()
generatedTestDir()
}
}
tasks.withType<org.jetbrains.kotlin.gradle.dsl.KotlinCompile<*>> {