Skip to content

Commit

Permalink
Test Kotlin 2.1.10-RC2
Browse files Browse the repository at this point in the history
  • Loading branch information
whyoleg committed Jan 17, 2025
1 parent 19f578f commit ff405e0
Showing 1 changed file with 3 additions and 3 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.10.2", "2.1.0")
val LATEST = BuildVersions("8.10.2", "2.1.10-RC2-468")

/**
* 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.1.0", "2.0.21"),
kotlinVersions = listOf("2.1.10-RC2-468", "2.0.21"),
androidGradlePluginVersions = listOf("8.3.0")
) + BuildVersions.permutations(
gradleVersions = listOf("7.4.2", *ifExhaustive("7.0")),
Expand All @@ -68,7 +68,7 @@ object TestedVersions {
"1.9.23" to "18.2.0-pre.682",
"2.0.0" to "18.2.0-pre.726",
"2.0.21" to "18.3.1-pre.758",
"2.1.0" to "18.3.1-pre.818",
"2.1.10-RC2-468" to "18.3.1-pre.818",
)
}

Expand Down

0 comments on commit ff405e0

Please # to comment.