Fix dependencies and artifacts contents after review

This commit is contained in:
Ilya Chernikov
2018-01-15 18:02:33 +01:00
committed by Vyacheslav Gerasimov
parent 058ef31d7a
commit 0a95e7b20f
4 changed files with 13 additions and 14 deletions
@@ -10,8 +10,7 @@ dependencies {
compileOnly(intellijCoreDep()) { includeJars("intellij-core") }
runtime(projectDist(":kotlin-stdlib"))
runtime(projectDist(":kotlin-reflect"))
// TODO: find out whether it is important, and if yes - why it breaks tests and how to fix it
// runtime(projectRuntimeJar(":kotlin-compiler"))
runtime(projectRuntimeJar(":kotlin-compiler"))
testCompile(project(":compiler:backend"))
testCompile(project(":compiler:cli"))