Skip to content

Commit 7e9ef93

Browse files
Paul Rybitskyitschuchortdev
authored andcommitted
Update README installation section
1 parent 02b22b4 commit 7e9ef93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Add dependency to your module's `build.gradle` file:
9494
```Groovy
9595
dependencies {
9696
// ...
97-
implementation 'com.github.tschuchortdev:kotlin-compile-testing:1.4.0'
97+
testImplementation 'com.github.tschuchortdev:kotlin-compile-testing:1.4.0'
9898
}
9999
```
100100

@@ -118,7 +118,7 @@ To test KSP processors, you need to use the KSP dependency:
118118

119119
```Groovy
120120
dependencies {
121-
implementation 'com.github.tschuchortdev:kotlin-compile-testing-ksp:1.4.0'
121+
testImplementation 'com.github.tschuchortdev:kotlin-compile-testing-ksp:1.4.0'
122122
}
123123
```
124124

0 commit comments

Comments
 (0)