Skip to content

Commit 4f394fe

Browse files
liutikastschuchortdev
authored andcommitted
Use formatting that works in groovy and kts
1 parent d18c6f0 commit 4f394fe

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
@@ -97,7 +97,7 @@ Add dependency to your module's `build.gradle` file:
9797
```Groovy
9898
dependencies {
9999
// ...
100-
testImplementation 'com.github.tschuchortdev:kotlin-compile-testing:1.4.9'
100+
testImplementation("com.github.tschuchortdev:kotlin-compile-testing:1.4.9")
101101
}
102102
```
103103

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

123123
```Groovy
124124
dependencies {
125-
testImplementation 'com.github.tschuchortdev:kotlin-compile-testing-ksp:1.4.9'
125+
testImplementation("com.github.tschuchortdev:kotlin-compile-testing-ksp:1.4.9")
126126
}
127127
```
128128

0 commit comments

Comments
 (0)