Move common test parts to tests-common. Minify test jar dependencies
This commit is contained in:
@@ -3,7 +3,6 @@ apply { plugin("kotlin") }
|
||||
|
||||
dependencies {
|
||||
testCompile(projectTests(":compiler:tests-common"))
|
||||
testRuntime(projectTests(":compiler"))
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
|
||||
Reference in New Issue
Block a user