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 cc85f61 commit 11cd4e4Copy full SHA for 11cd4e4
build.gradle
@@ -67,7 +67,7 @@ dependencies {
67
68
testImplementation files('libs/java-json.jar')
69
testImplementation 'com.squareup.assertj:assertj-android:1.2.0'
70
- testImplementation ("io.mockk:mockk:1.13.4")
+ testImplementation ("io.mockk:mockk:1.14.5")
71
testImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-test:1.6.4'
72
compileOnly 'androidx.compose.ui:ui:1.0.0'
73
compileOnly 'androidx.compose.material:material:1.0.0'
0 commit comments