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
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -106,7 +106,7 @@ Kotlin-Compile-Testing is compatible with all _local_ compiler versions. It does
106
106
107
107
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.
108
108
109
-
- Current `kotlin-compiler-embeddable` version: `1.4.32`
109
+
- Current `kotlin-compiler-embeddable` version: `1.5.0`
110
110
111
111
Because the internal APIs of the Kotlin compiler often change between versions, we can only support one `kotlin-compiler-embeddable` version at a time.
112
112
@@ -125,12 +125,12 @@ dependencies {
125
125
This module adds a new function to the `KotlinCompilation` to specify KSP processors:
126
126
127
127
```Kotlin
128
-
classMySymbolProcessor : SymbolProcessor {
129
-
// implementation of the SymbolProcessor from the KSP API
0 commit comments