Skip to content

Commit 4b61c23

Browse files
authored
Configuration 'compile' is obsolete and has been replaced 'implementation
1 parent e59d36b commit 4b61c23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Mockito-Kotlin is available on Maven Central and JCenter.
99
For Gradle users, add the following to your `build.gradle`, replacing `x.x.x` with the latest version:
1010

1111
```groovy
12-
testCompile "com.nhaarman.mockitokotlin2:mockito-kotlin:x.x.x"
12+
testImplementation "com.nhaarman.mockitokotlin2:mockito-kotlin:x.x.x"
1313
```
1414

1515
## Example

0 commit comments

Comments
 (0)