Fix red code in IDE in kotlin-gradle-plugin-integration-tests

This commit is contained in:
Alexey Tsvetkov
2018-02-01 03:10:06 +03:00
parent 7c329b59b6
commit 8f144fc57a
2 changed files with 5 additions and 1 deletions
@@ -19,6 +19,7 @@ val projectsToInclude = listOf(":compiler:tests-common",
dependencies {
for (projectName in projectsToInclude) {
compile(projectTests(projectName)) { isTransitive = false }
packedJars(projectTests(projectName)) { isTransitive = false }
}