Move scripting codegen code from tests-common to compiler tests

getting rid of dependencies on scripting in the tests-common
This commit is contained in:
Ilya Chernikov
2018-05-25 09:41:32 +02:00
parent c54967b1b4
commit 4d65f0478b
5 changed files with 6 additions and 13 deletions
-3
View File
@@ -28,9 +28,6 @@ dependencies {
testCompile(projectTests(":compiler:tests-common-jvm6"))
testCompileOnly(project(":kotlin-reflect-api"))
testCompile(commonDep("junit:junit"))
testCompile(project(":kotlin-scripting-compiler"))
testCompile(project(":kotlin-scripting-misc"))
testCompile(project(":kotlin-script-util"))
testCompile(androidDxJar()) { isTransitive = false }
testCompile(intellijCoreDep()) { includeJars("intellij-core"); isTransitive = false }
testCompile(intellijDep()) {