Minor fixes of android test project
This commit is contained in:
+2
-2
@@ -25,7 +25,7 @@ abstract class AbstractKotlinAndroidGradleTests(
|
|||||||
project.build("build") {
|
project.build("build") {
|
||||||
assertSuccessful()
|
assertSuccessful()
|
||||||
assertContains(":Lib:compileReleaseKotlin",
|
assertContains(":Lib:compileReleaseKotlin",
|
||||||
":Test:compileReleaseKotlin",
|
":Test:compileDebugKotlin",
|
||||||
":compileFlavor1DebugKotlin",
|
":compileFlavor1DebugKotlin",
|
||||||
":compileFlavor2DebugKotlin",
|
":compileFlavor2DebugKotlin",
|
||||||
":compileFlavor1JnidebugKotlin",
|
":compileFlavor1JnidebugKotlin",
|
||||||
@@ -51,7 +51,7 @@ abstract class AbstractKotlinAndroidGradleTests(
|
|||||||
project.build("build", "--rerun-tasks") {
|
project.build("build", "--rerun-tasks") {
|
||||||
assertSuccessful()
|
assertSuccessful()
|
||||||
assertContains(":Lib:compileReleaseKotlin",
|
assertContains(":Lib:compileReleaseKotlin",
|
||||||
":Test:compileReleaseKotlin",
|
":Test:compileDebugKotlin",
|
||||||
":compileFlavor1DebugKotlin",
|
":compileFlavor1DebugKotlin",
|
||||||
":compileFlavor2DebugKotlin",
|
":compileFlavor2DebugKotlin",
|
||||||
":compileFlavor1JnidebugKotlin",
|
":compileFlavor1JnidebugKotlin",
|
||||||
|
|||||||
+1
-1
@@ -17,5 +17,5 @@ android {
|
|||||||
}
|
}
|
||||||
|
|
||||||
targetProjectPath ':Android'
|
targetProjectPath ':Android'
|
||||||
targetVariant 'debug'
|
targetVariant 'flavor1Debug'
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user