Skip to content

Commit 8ecffde

Browse files
Update README.md
1 parent ea8aef9 commit 8ecffde

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,13 +118,12 @@ Because the internal APIs of the Kotlin compiler often change between versions,
118118
plugin architecture of the Kotlin Compiler, instead of delegating to javac as `kapt` does.
119119

120120
**Note:** KSP is currently in active development and requires Kotlin 1.4 hence its support is kept separate from the
121-
main project until it becomes stable.
121+
main project until it becomes stable. All KSP releases are experimental.
122122

123-
To test KSP processors, you need to add a dependency to the ksp module:
123+
To test KSP processors, you need to use the KSP dependency:
124124

125125
```Groovy
126126
dependencies {
127-
implementation 'com.github.tschuchortdev:kotlin-compile-testing:1.2.9'
128127
implementation 'com.github.tschuchortdev:kotlin-compile-testing-ksp:1.2.9'
129128
}
130129
```
@@ -146,6 +145,7 @@ All code generated by the KSP processor will be written into the `KotlinCompilat
146145

147146
## Projects that use Kotlin-Compile-Testing
148147

148+
- [google/dagger](https://github.com/google/dagger/tree/master/javatests/dagger/hilt)
149149
- [square/moshi](https://github.com/square/moshi)
150150
- [uber/motif](https://github.com/uber/motif)
151151
- [arrow-kt/arrow-meta](https://github.com/arrow-kt/arrow-meta)

0 commit comments

Comments
 (0)