Skip to content

Commit

Permalink
Update Kotlin to 2.0.20-RC (#3726)
Browse files Browse the repository at this point in the history
  • Loading branch information
whyoleg authored Aug 2, 2024
1 parent 270c333 commit 861d423
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ open class AllSupportedTestedVersionsArgumentsProvider : TestedVersionsArguments

object TestedVersions {

val LATEST = BuildVersions("8.7", "2.0.20-Beta2")
val LATEST = BuildVersions("8.7", "2.0.20-RC")

/**
* All supported Gradle/Kotlin versions, including [LATEST]
Expand All @@ -41,7 +41,7 @@ object TestedVersions {
val ANDROID =
BuildVersions.permutations(
gradleVersions = listOf("8.4"),
kotlinVersions = listOf("2.0.20-Beta2"),
kotlinVersions = listOf("2.0.20-RC"),
androidGradlePluginVersions = listOf("8.3.0")
) + BuildVersions.permutations(
gradleVersions = listOf("7.4.2", *ifExhaustive("7.0")),
Expand All @@ -67,7 +67,7 @@ object TestedVersions {
"1.9.10" to "18.2.0-pre.597",
"1.9.23" to "18.2.0-pre.682",
"2.0.0" to "18.2.0-pre.726",
"2.0.20-Beta2" to "18.3.1-pre.758",
"2.0.20-RC" to "18.3.1-pre.758",
)
}

Expand Down
2 changes: 1 addition & 1 deletion dokka-integration-tests/maven/projects/it-maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<version>1.0-SNAPSHOT</version>

<properties>
<kotlin.version>2.0.20-Beta2</kotlin.version>
<kotlin.version>2.0.20-RC</kotlin.version>
</properties>
<build>
<plugins>
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]

gradlePlugin-kotlin = "2.0.20-Beta2"
gradlePlugin-kotlin = "2.0.20-RC"
# See: https://kotlinlang.org/docs/gradle-configure-project.html#apply-the-plugin
gradlePlugin-android = "7.1.3"
gradlePlugin-dokka = "1.9.20"
Expand All @@ -11,7 +11,7 @@ kotlinx-serialization = "1.6.0"
kotlinx-bcv = "0.13.2"

## Analysis
kotlin-compiler = "2.0.20-Beta2"
kotlin-compiler = "2.0.20-RC"
kotlin-compiler-k2 = "2.1.0-dev-2515"

# MUST match the version of the intellij platform used in the kotlin compiler,
Expand Down

0 comments on commit 861d423

Please sign in to comment.