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 1a1fc5c commit bd79b5eCopy full SHA for bd79b5e
README.md
@@ -9,7 +9,7 @@ Mockito-Kotlin is available on Maven Central and JCenter.
9
For Gradle users, add the following to your `build.gradle`, replacing `x.x.x` with the latest version:
10
11
```groovy
12
-testImplementation "org.mockito:mockito-kotlin:x.x.x"
+testImplementation "org.mockito.kotlin:mockito-kotlin:x.x.x"
13
```
14
15
## Example
0 commit comments