Skip to content

Commit

Permalink
UPDATE_KOTLIN_VERSION: 1.9.10
Browse files Browse the repository at this point in the history
  • Loading branch information
neetopia committed Sep 2, 2023
1 parent e13e098 commit 04cc1c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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."
)
)
}
Expand Down

0 comments on commit 04cc1c2

Please sign in to comment.