aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyota Konno <dra.mixx.nico@gmail.com>2018-09-12 23:35:29 +0900
committerGitHub <noreply@github.com>2018-09-12 23:35:29 +0900
commit4b61c238b761ea85f9d00adb14c9d82d3d5517dd (patch)
tree9279bf259cd6ac9eb5773b191ee191f26b21aab4
parente59d36b4411f586b97e7b8937efd0041c69a8e9e (diff)
downloadmockito-kotlin-4b61c238b761ea85f9d00adb14c9d82d3d5517dd.tar.gz
Configuration 'compile' is obsolete and has been replaced 'implementation
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4361093..871611e 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ Mockito-Kotlin is available on Maven Central and JCenter.
For Gradle users, add the following to your `build.gradle`, replacing `x.x.x` with the latest version:
```groovy
-testCompile "com.nhaarman.mockitokotlin2:mockito-kotlin:x.x.x"
+testImplementation "com.nhaarman.mockitokotlin2:mockito-kotlin:x.x.x"
```
## Example