Skip to content

Commit dc1a284

Browse files
Update build.gradle.kts
Added iOS testing libraries
1 parent f051ad4 commit dc1a284

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

shared/build.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ kotlin {
4848
commonTest.dependencies {
4949
implementation(libs.kotlin.test)
5050
}
51+
iosTest.dependencies {
52+
implementation(kotlin("test"))
53+
implementation(libs.mockative)
54+
}
5155
}
5256
}
5357

0 commit comments

Comments
 (0)