Update wizard tests
This commit is contained in:
+1
@@ -43,6 +43,7 @@ kotlin {
|
||||
}
|
||||
androidTest {
|
||||
dependencies {
|
||||
implementation kotlin('test-junit')
|
||||
implementation 'junit:junit:4.12'
|
||||
}
|
||||
}
|
||||
|
||||
+1
@@ -41,6 +41,7 @@ kotlin {
|
||||
}
|
||||
val androidTest by getting {
|
||||
dependencies {
|
||||
implementation(kotlin("test-junit"))
|
||||
implementation("junit:junit:4.12")
|
||||
}
|
||||
}
|
||||
|
||||
+1
@@ -41,6 +41,7 @@ kotlin {
|
||||
}
|
||||
androidTest {
|
||||
dependencies {
|
||||
implementation kotlin('test-junit')
|
||||
implementation 'junit:junit:4.12'
|
||||
}
|
||||
}
|
||||
|
||||
+1
@@ -39,6 +39,7 @@ kotlin {
|
||||
}
|
||||
val androidTest by getting {
|
||||
dependencies {
|
||||
implementation(kotlin("test-junit"))
|
||||
implementation("junit:junit:4.12")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user