Build: Add missing tools.jar to performance tests runtime

This commit is contained in:
Vyacheslav Gerasimov
2020-02-29 23:30:27 +03:00
parent 05b5894ef1
commit b1ca06b21d
+1
View File
@@ -9,6 +9,7 @@ plugins {
dependencies {
testRuntimeOnly(intellijDep())
testRuntimeOnly(intellijRuntimeAnnotations())
testRuntimeOnly(toolsJar())
testRuntimeOnly(project(":kotlin-reflect"))
testRuntimeOnly(project(":plugins:android-extensions-ide"))
testRuntimeOnly(project(":plugins:kapt3-idea"))