Add native dependencies to idea-android module tests
This commit is contained in:
@@ -35,6 +35,11 @@ dependencies {
|
|||||||
testCompile(projectTests(":idea:idea-gradle"))
|
testCompile(projectTests(":idea:idea-gradle"))
|
||||||
testCompile(commonDep("junit:junit"))
|
testCompile(commonDep("junit:junit"))
|
||||||
|
|
||||||
|
testCompile(project(":idea:idea-native")) { isTransitive = false }
|
||||||
|
testCompile(project(":idea:idea-gradle-native")) { isTransitive = false }
|
||||||
|
testRuntime(project(":kotlin-native:kotlin-native-library-reader")) { isTransitive = false }
|
||||||
|
testRuntime(project(":kotlin-native:kotlin-native-utils")) { isTransitive = false }
|
||||||
|
|
||||||
testCompile(intellijDep())
|
testCompile(intellijDep())
|
||||||
testCompile(intellijPluginDep("properties"))
|
testCompile(intellijPluginDep("properties"))
|
||||||
testCompileOnly(intellijPluginDep("android"))
|
testCompileOnly(intellijPluginDep("android"))
|
||||||
|
|||||||
@@ -35,6 +35,11 @@ dependencies {
|
|||||||
testCompile(projectTests(":idea:idea-gradle"))
|
testCompile(projectTests(":idea:idea-gradle"))
|
||||||
testCompile(commonDep("junit:junit"))
|
testCompile(commonDep("junit:junit"))
|
||||||
|
|
||||||
|
testCompile(project(":idea:idea-native")) { isTransitive = false }
|
||||||
|
testCompile(project(":idea:idea-gradle-native")) { isTransitive = false }
|
||||||
|
testRuntime(project(":kotlin-native:kotlin-native-library-reader")) { isTransitive = false }
|
||||||
|
testRuntime(project(":kotlin-native:kotlin-native-utils")) { isTransitive = false }
|
||||||
|
|
||||||
testCompile(intellijDep())
|
testCompile(intellijDep())
|
||||||
testCompile(intellijPluginDep("properties"))
|
testCompile(intellijPluginDep("properties"))
|
||||||
testCompileOnly(intellijPluginDep("android"))
|
testCompileOnly(intellijPluginDep("android"))
|
||||||
|
|||||||
@@ -35,6 +35,11 @@ dependencies {
|
|||||||
testCompile(projectTests(":idea:idea-gradle"))
|
testCompile(projectTests(":idea:idea-gradle"))
|
||||||
testCompile(commonDep("junit:junit"))
|
testCompile(commonDep("junit:junit"))
|
||||||
|
|
||||||
|
testCompile(project(":idea:idea-native")) { isTransitive = false }
|
||||||
|
testCompile(project(":idea:idea-gradle-native")) { isTransitive = false }
|
||||||
|
testRuntime(project(":kotlin-native:kotlin-native-library-reader")) { isTransitive = false }
|
||||||
|
testRuntime(project(":kotlin-native:kotlin-native-utils")) { isTransitive = false }
|
||||||
|
|
||||||
testCompile(intellijDep())
|
testCompile(intellijDep())
|
||||||
testCompile(intellijPluginDep("properties"))
|
testCompile(intellijPluginDep("properties"))
|
||||||
testCompileOnly(intellijPluginDep("android"))
|
testCompileOnly(intellijPluginDep("android"))
|
||||||
|
|||||||
@@ -35,6 +35,11 @@ dependencies {
|
|||||||
testCompile(projectTests(":idea:idea-gradle"))
|
testCompile(projectTests(":idea:idea-gradle"))
|
||||||
testCompile(commonDep("junit:junit"))
|
testCompile(commonDep("junit:junit"))
|
||||||
|
|
||||||
|
testCompile(project(":idea:idea-native")) { isTransitive = false }
|
||||||
|
testCompile(project(":idea:idea-gradle-native")) { isTransitive = false }
|
||||||
|
testRuntime(project(":kotlin-native:kotlin-native-library-reader")) { isTransitive = false }
|
||||||
|
testRuntime(project(":kotlin-native:kotlin-native-utils")) { isTransitive = false }
|
||||||
|
|
||||||
testCompile(intellijDep())
|
testCompile(intellijDep())
|
||||||
testCompile(intellijPluginDep("properties"))
|
testCompile(intellijPluginDep("properties"))
|
||||||
testCompileOnly(intellijPluginDep("android"))
|
testCompileOnly(intellijPluginDep("android"))
|
||||||
|
|||||||
@@ -35,6 +35,11 @@ dependencies {
|
|||||||
testCompile(projectTests(":idea:idea-gradle"))
|
testCompile(projectTests(":idea:idea-gradle"))
|
||||||
testCompile(commonDep("junit:junit"))
|
testCompile(commonDep("junit:junit"))
|
||||||
|
|
||||||
|
testCompile(project(":idea:idea-native")) { isTransitive = false }
|
||||||
|
testCompile(project(":idea:idea-gradle-native")) { isTransitive = false }
|
||||||
|
testRuntime(project(":kotlin-native:kotlin-native-library-reader")) { isTransitive = false }
|
||||||
|
testRuntime(project(":kotlin-native:kotlin-native-utils")) { isTransitive = false }
|
||||||
|
|
||||||
testCompile(intellijDep())
|
testCompile(intellijDep())
|
||||||
testCompile(intellijPluginDep("properties"))
|
testCompile(intellijPluginDep("properties"))
|
||||||
testCompileOnly(intellijPluginDep("android"))
|
testCompileOnly(intellijPluginDep("android"))
|
||||||
|
|||||||
Reference in New Issue
Block a user