From 04cc1c2d3150bf280ab080a2371343f1a5ecae4d Mon Sep 17 00:00:00 2001 From: Jiaxiang Chen Date: Fri, 1 Sep 2023 23:51:26 -0700 Subject: [PATCH] UPDATE_KOTLIN_VERSION: 1.9.10 --- gradle.properties | 2 +- .../test/kotlin/com/google/devtools/ksp/test/PlaygroundIT.kt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 51a9543dc8..d2604516ab 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ # Copied from kotlinc org.gradle.jvmargs=-Duser.country=US -Dkotlin.daemon.jvm.options=-Xmx2200m -Dfile.encoding=UTF-8 -kotlinBaseVersion=1.9.0 +kotlinBaseVersion=1.9.10 agpBaseVersion=7.0.0 intellijVersion=213.7172.25 junitVersion=4.13.1 diff --git a/integration-tests/src/test/kotlin/com/google/devtools/ksp/test/PlaygroundIT.kt b/integration-tests/src/test/kotlin/com/google/devtools/ksp/test/PlaygroundIT.kt index af5b756cb4..e98c1db4f4 100644 --- a/integration-tests/src/test/kotlin/com/google/devtools/ksp/test/PlaygroundIT.kt +++ b/integration-tests/src/test/kotlin/com/google/devtools/ksp/test/PlaygroundIT.kt @@ -351,7 +351,7 @@ class PlaygroundIT { Assert.assertTrue( result.output.contains( "'compileJava' task (current target is 11) and 'kspKotlin' " + - "task (current target is 17) jvm target compatibility should be set to the same Java version." + "task (current target is 20) jvm target compatibility should be set to the same Java version." ) ) }