Skip to content

Commit

Permalink
UPDATE_KOTLIN_VERSION: 1.9.20-dev-4459
Browse files Browse the repository at this point in the history
  • Loading branch information
ting-yuan committed Jun 24, 2023
1 parent 4187434 commit ab5cc18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 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.20-dev-2357
kotlinBaseVersion=1.9.20-dev-4459
agpBaseVersion=7.0.0
intellijVersion=213.7172.25
junitVersion=4.12
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -321,10 +321,7 @@ class PlaygroundIT {
val gradleRunner = GradleRunner.create().withProjectDir(project.root).withGradleVersion("8.0")
gradleRunner.withArguments("clean", "build").buildAndFail().let { result ->
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."
)
result.output.contains("Inconsistent JVM-target compatibility detected for tasks")
)
}
project.restore(buildFile.path)
Expand Down

0 comments on commit ab5cc18

Please sign in to comment.