Skip to content

Commit 1e496d6

Browse files
committed
Update README
1 parent 8bc0ee3 commit 1e496d6

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,6 @@ For Gradle users, add the following to your `build.gradle`, replacing `x.x.x` wi
1212
testCompile "com.nhaarman:mockito-kotlin:x.x.x"
1313
```
1414

15-
If you use Kotlin 1.1, you can instead depend on the `mockito-kotlin-kt1.1` artifact.
16-
17-
```groovy
18-
testCompile "com.nhaarman:mockito-kotlin-kt1.1:x.x.x"
19-
```
20-
2115
## Example
2216

2317
A test using Mockito-Kotlin typically looks like the following:

0 commit comments

Comments
 (0)