You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -109,22 +109,19 @@ Kotlin-Compile-Testing is compatible with all _local_ compiler versions. It does
109
109
110
110
However, if your project or any of its dependencies depend directly on compiler artifacts such as `kotlin-compiler-embeddable` or `kotlin-annotation-processing-embeddable` then they have to be the same version as the one used by Kotlin-Compile-Testing or there will be a transitive dependency conflict.
111
111
112
-
- Current `kotlin-compiler-embeddable` version: `1.3.72`
112
+
- Current `kotlin-compiler-embeddable` version: `1.4.0`
113
113
114
114
Because the internal APIs of the Kotlin compiler often change between versions, we can only support one `kotlin-compiler-embeddable` version at a time.
115
115
116
116
## Kotlin Symbol Processing API Support
117
117
[Kotlin Symbol Processing (KSP)](https://goo.gle/ksp) is a new annotation processing pipeline that builds on top of the
118
118
plugin architecture of the Kotlin Compiler, instead of delegating to javac as `kapt` does.
119
119
120
-
**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. All KSP releases are experimental.
122
-
123
120
To test KSP processors, you need to use the KSP dependency:
0 commit comments