Skip to content

Commit edda743

Browse files
authored
Increase visibility of Mockito dependency (#498)
To ensure Mockito is on the transitive classpath.
1 parent 0686ff3 commit edda743

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mockito-kotlin/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies {
2626
compileOnly "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
2727
compileOnly 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.0.0'
2828

29-
implementation "org.mockito:mockito-core:5.7.0"
29+
api "org.mockito:mockito-core:5.7.0"
3030

3131
testImplementation 'junit:junit:4.13.2'
3232
testImplementation 'com.nhaarman:expect.kt:1.0.1'

0 commit comments

Comments
 (0)