Build: Fix test runtime for kapt tests

This commit is contained in:
Vyacheslav Gerasimov
2021-12-16 19:37:59 +03:00
committed by teamcity
parent 4d87843925
commit 84469d0c68
3 changed files with 8 additions and 0 deletions
@@ -22,6 +22,7 @@ dependencies {
compileOnly(commonDependency("org.jetbrains.intellij.deps:asm-all"))
testImplementation(intellijCore())
testRuntimeOnly(intellijResources()) { isTransitive = false }
testApi(projectTests(":compiler:tests-common"))
testApi(project(":kotlin-annotation-processing-base"))