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
@@ -107,7 +110,7 @@ Kotlin-Compile-Testing is compatible with all _local_ compiler versions. It does
107
110
108
111
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.
109
112
110
-
- Current `kotlin-compiler-embeddable` version: `1.5.21`
113
+
- Current `kotlin-compiler-embeddable` version: `1.5.30`
111
114
112
115
Because the internal APIs of the Kotlin compiler often change between versions, we can only support one `kotlin-compiler-embeddable` version at a time.
113
116
@@ -119,7 +122,7 @@ To test KSP processors, you need to use the KSP dependency:
0 commit comments