Fix red code in IDE in kotlin-gradle-plugin-integration-tests
This commit is contained in:
@@ -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 }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user