Wizard: add common tests for iOS/Android template
This commit is contained in:
committed by
Kirill Shmakov
parent
5ffcaf6508
commit
b3d48cda8c
+3
-1
@@ -42,7 +42,9 @@ kotlin {
|
||||
}
|
||||
}
|
||||
androidTest {
|
||||
|
||||
dependencies {
|
||||
implementation 'junit:junit:4.12'
|
||||
}
|
||||
}
|
||||
iosMain {
|
||||
|
||||
|
||||
+5
-1
@@ -39,7 +39,11 @@ kotlin {
|
||||
implementation("androidx.core:core-ktx:1.2.0")
|
||||
}
|
||||
}
|
||||
val androidTest by getting
|
||||
val androidTest by getting {
|
||||
dependencies {
|
||||
implementation("junit:junit:4.12")
|
||||
}
|
||||
}
|
||||
val iosMain by getting
|
||||
val iosTest by getting
|
||||
}
|
||||
|
||||
+3
-1
@@ -40,7 +40,9 @@ kotlin {
|
||||
}
|
||||
}
|
||||
androidTest {
|
||||
|
||||
dependencies {
|
||||
implementation 'junit:junit:4.12'
|
||||
}
|
||||
}
|
||||
iosMain {
|
||||
|
||||
|
||||
+5
-1
@@ -37,7 +37,11 @@ kotlin {
|
||||
implementation("androidx.core:core-ktx:1.2.0")
|
||||
}
|
||||
}
|
||||
val androidTest by getting
|
||||
val androidTest by getting {
|
||||
dependencies {
|
||||
implementation("junit:junit:4.12")
|
||||
}
|
||||
}
|
||||
val iosMain by getting
|
||||
val iosTest by getting
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user