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 d18c6f0 commit 4f394feCopy full SHA for 4f394fe
README.md
@@ -97,7 +97,7 @@ Add dependency to your module's `build.gradle` file:
97
```Groovy
98
dependencies {
99
// ...
100
- testImplementation 'com.github.tschuchortdev:kotlin-compile-testing:1.4.9'
+ testImplementation("com.github.tschuchortdev:kotlin-compile-testing:1.4.9")
101
}
102
```
103
@@ -122,7 +122,7 @@ To test KSP processors, you need to use the KSP dependency:
122
123
124
125
- testImplementation 'com.github.tschuchortdev:kotlin-compile-testing-ksp:1.4.9'
+ testImplementation("com.github.tschuchortdev:kotlin-compile-testing-ksp:1.4.9")
126
127
128
0 commit comments