Remove projectDist dependency helper usages
Use default configuration dependencies instead of projectDist ones.
This commit is contained in:
@@ -10,7 +10,7 @@ dependencies {
|
||||
compile(intellijDep()) { includeJars("util") }
|
||||
testCompile(project(":core:util.runtime"))
|
||||
testCompile(projectTests(":compiler:tests-common"))
|
||||
testCompile(projectDist(":kotlin-stdlib"))
|
||||
testCompile(project(":kotlin-stdlib"))
|
||||
testCompile(commonDep("junit:junit"))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user