We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d587f3 commit 6ad5b4eCopy full SHA for 6ad5b4e
build.gradle
@@ -72,7 +72,7 @@ dependencies {
72
73
testImplementation files('libs/java-json.jar')
74
testImplementation 'com.squareup.assertj:assertj-android:1.2.0'
75
- testImplementation ("io.mockk:mockk:1.13.4")
+ testImplementation ("io.mockk:mockk:1.14.5")
76
testImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-test:1.6.4'
77
compileOnly 'androidx.compose.ui:ui'
78
compileOnly 'androidx.compose.material:material'
0 commit comments