File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -118,13 +118,12 @@ Because the internal APIs of the Kotlin compiler often change between versions,
118118plugin 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
126126dependencies {
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 )
You can’t perform that action at this time.
0 commit comments