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.
1 parent 02b22b4 commit 7e9ef93Copy full SHA for 7e9ef93
README.md
@@ -94,7 +94,7 @@ Add dependency to your module's `build.gradle` file:
94
```Groovy
95
dependencies {
96
// ...
97
- implementation 'com.github.tschuchortdev:kotlin-compile-testing:1.4.0'
+ testImplementation 'com.github.tschuchortdev:kotlin-compile-testing:1.4.0'
98
}
99
```
100
@@ -118,7 +118,7 @@ To test KSP processors, you need to use the KSP dependency:
118
119
120
121
- implementation 'com.github.tschuchortdev:kotlin-compile-testing-ksp:1.4.0'
+ testImplementation 'com.github.tschuchortdev:kotlin-compile-testing-ksp:1.4.0'
122
123
124
0 commit comments