Skip to content

Commit b411502

Browse files
committed
Update Kotlin to 1.9.10
1 parent 1214a20 commit b411502

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Kotlin-Compile-Testing is compatible with all _local_ compiler versions. It does
110110
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.
111111

112112

113-
- Current `kotlin-compiler-embeddable` version: `1.9.0`
113+
- Current `kotlin-compiler-embeddable` version: `1.9.10`
114114

115115
Because the internal APIs of the Kotlin compiler often change between versions, we can only support one `kotlin-compiler-embeddable` version at a time.
116116

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
buildscript {
2-
ext.kotlin_version = '1.9.0'
3-
ext.embedded_kotlin_version = '1.9.0'
2+
ext.kotlin_version = '1.9.10'
3+
ext.embedded_kotlin_version = '1.9.10'
44

55
repositories {
66
mavenCentral()

ksp/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
buildscript {
2-
ext.ksp_version = '1.9.0-1.0.13'
2+
ext.ksp_version = '1.9.10-1.0.13'
33
}
44

55
dependencies {

0 commit comments

Comments
 (0)