Restore dependency to build kotlin-runtime before BCV tests

This commit is contained in:
Ilya Gorbunov
2017-10-12 06:06:12 +03:00
parent aab604d154
commit 6fc87c532e
@@ -17,7 +17,7 @@ dependencies {
testArtifacts project(':kotlin-stdlib-jdk8')
testArtifacts project(':kotlin-reflect')
// legacy
// testArtifacts project(':kotlin-runtime')
testArtifacts project(':kotlin-runtime')
testArtifacts files(project(':kotlin-stdlib').tasks.originalStdlibJar)
}