Restore dependency to build kotlin-runtime before BCV tests
This commit is contained in:
@@ -17,7 +17,7 @@ dependencies {
|
|||||||
testArtifacts project(':kotlin-stdlib-jdk8')
|
testArtifacts project(':kotlin-stdlib-jdk8')
|
||||||
testArtifacts project(':kotlin-reflect')
|
testArtifacts project(':kotlin-reflect')
|
||||||
// legacy
|
// legacy
|
||||||
// testArtifacts project(':kotlin-runtime')
|
testArtifacts project(':kotlin-runtime')
|
||||||
testArtifacts files(project(':kotlin-stdlib').tasks.originalStdlibJar)
|
testArtifacts files(project(':kotlin-stdlib').tasks.originalStdlibJar)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user