Skip to content

Commit

Permalink
Merge pull request #23048 Update compatibility matrix for Kotlin lang…
Browse files Browse the repository at this point in the history
…uage 1.5

As a follow up to

* #23015

Co-authored-by: Paul Merlin <paul@gradle.com>
  • Loading branch information
bot-gradle and eskatos committed Dec 8, 2022
2 parents 4dc84d0 + bd20de7 commit b129b77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions subprojects/docs/src/docs/userguide/compatibility.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ For older Gradle versions, please see the table below which Java version is supp
== Kotlin
Gradle is tested with Kotlin 1.6.10 through 1.7.22.

Gradle plugins written in Kotlin target Kotlin 1.4 for compatibility with Gradle and Kotlin DSL build scripts, even though the embedded Kotlin runtime is Kotlin 1.7.
Gradle plugins written in Kotlin target Kotlin 1.5 for compatibility with Gradle and Kotlin DSL build scripts, even though the embedded Kotlin runtime is Kotlin 1.7.

.Embedded Kotlin version
|===
Expand All @@ -70,7 +70,7 @@ Gradle plugins written in Kotlin target Kotlin 1.4 for compatibility with Gradle
| 7.3 | 1.5.31 | 1.4
| 7.5 | 1.6.21 | 1.4
| 7.6 | 1.7.10 | 1.4
| 8.0 | 1.7.22 | 1.4
| 8.0 | 1.7.22 | 1.5
|===

== Groovy
Expand Down

0 comments on commit b129b77

Please sign in to comment.