Build: Fix test runtime for kapt tests
This commit is contained in:
committed by
teamcity
parent
4d87843925
commit
84469d0c68
@@ -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"))
|
||||
|
||||
Reference in New Issue
Block a user