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.
2 parents e59d36b + 4b61c23 commit 0549f87Copy full SHA for 0549f87
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
-testCompile "com.nhaarman.mockitokotlin2:mockito-kotlin:x.x.x"
+testImplementation "com.nhaarman.mockitokotlin2:mockito-kotlin:x.x.x"
13
```
14
15
## Example
0 commit comments