We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0686ff3 commit edda743Copy full SHA for edda743
mockito-kotlin/build.gradle
@@ -26,7 +26,7 @@ dependencies {
26
compileOnly "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
27
compileOnly 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.0.0'
28
29
- implementation "org.mockito:mockito-core:5.7.0"
+ api "org.mockito:mockito-core:5.7.0"
30
31
testImplementation 'junit:junit:4.13.2'
32
testImplementation 'com.nhaarman:expect.kt:1.0.1'
0 commit comments