Skip to content

Commit

Permalink
Increase visibility of Mockito dependency (#498)
Browse files Browse the repository at this point in the history
To ensure Mockito is on the transitive classpath.
  • Loading branch information
TWiStErRob committed Dec 2, 2023
1 parent 0686ff3 commit edda743
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mockito-kotlin/build.gradle
Expand Up @@ -26,7 +26,7 @@ dependencies {
compileOnly "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
compileOnly 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.0.0'

implementation "org.mockito:mockito-core:5.7.0"
api "org.mockito:mockito-core:5.7.0"

testImplementation 'junit:junit:4.13.2'
testImplementation 'com.nhaarman:expect.kt:1.0.1'
Expand Down

0 comments on commit edda743

Please sign in to comment.