Move all sources for android-tests to the 'test' source set
This commit is contained in:
@@ -6,25 +6,23 @@ plugins {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile(project(":compiler:util"))
|
|
||||||
compile(project(":compiler:cli"))
|
|
||||||
compile(project(":compiler:frontend"))
|
|
||||||
compile(project(":compiler:backend"))
|
|
||||||
compile(kotlinStdlib())
|
|
||||||
compile(project(":kotlin-reflect"))
|
|
||||||
compile(projectTests(":compiler:tests-common"))
|
|
||||||
compile(commonDep("junit:junit"))
|
|
||||||
|
|
||||||
Platform[193].orLower {
|
|
||||||
compileOnly(intellijDep()) { includeJars("openapi") }
|
|
||||||
}
|
|
||||||
|
|
||||||
testCompile(project(":compiler:incremental-compilation-impl"))
|
|
||||||
testCompile(project(":core:descriptors"))
|
testCompile(project(":core:descriptors"))
|
||||||
testCompile(project(":core:descriptors.jvm"))
|
testCompile(project(":core:descriptors.jvm"))
|
||||||
|
testCompile(project(":compiler:util"))
|
||||||
|
testCompile(project(":compiler:cli"))
|
||||||
|
testCompile(project(":compiler:frontend"))
|
||||||
|
testCompile(project(":compiler:backend"))
|
||||||
|
testCompile(project(":compiler:incremental-compilation-impl"))
|
||||||
testCompile(project(":compiler:frontend.java"))
|
testCompile(project(":compiler:frontend.java"))
|
||||||
|
|
||||||
|
testCompile(kotlinStdlib())
|
||||||
|
testCompile(project(":kotlin-reflect"))
|
||||||
|
testCompile(projectTests(":compiler:tests-common"))
|
||||||
|
testCompile(commonDep("junit:junit"))
|
||||||
|
|
||||||
testCompile(projectTests(":jps-plugin"))
|
testCompile(projectTests(":jps-plugin"))
|
||||||
testCompile(commonDep("junit:junit"))
|
testCompile(commonDep("junit:junit"))
|
||||||
|
|
||||||
Platform[193].orLower {
|
Platform[193].orLower {
|
||||||
testCompile(intellijDep()) { includeJars("openapi", rootProject = rootProject) }
|
testCompile(intellijDep()) { includeJars("openapi", rootProject = rootProject) }
|
||||||
}
|
}
|
||||||
@@ -44,7 +42,7 @@ dependencies {
|
|||||||
}
|
}
|
||||||
|
|
||||||
sourceSets {
|
sourceSets {
|
||||||
"main" { projectDefault() }
|
"main" { }
|
||||||
"test" { projectDefault() }
|
"test" { projectDefault() }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user