Fix dependencies and artifacts contents after review
This commit is contained in:
committed by
Vyacheslav Gerasimov
parent
058ef31d7a
commit
0a95e7b20f
@@ -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"))
|
||||
|
||||
Reference in New Issue
Block a user