Skip to content

Commit

Permalink
Kotlin 2.0.20-Beta1 (#3653)
Browse files Browse the repository at this point in the history
  • Loading branch information
whyoleg authored Jun 26, 2024
1 parent 75fd544 commit 16139b8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 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.0")
val LATEST = BuildVersions("8.7", "2.0.20-Beta1")

/**
* 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.0"),
kotlinVersions = listOf("2.0.20-Beta1"),
androidGradlePluginVersions = listOf("8.3.0")
) BuildVersions.permutations(
gradleVersions = listOf("7.4.2", *ifExhaustive("7.0")),
Expand All @@ -67,6 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-Beta1" 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.0</kotlin.version>
<kotlin.version>2.0.20-Beta1</kotlin.version>
</properties>
<build>
<plugins>
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 1,6 @@
[versions]

gradlePlugin-kotlin = "2.0.0"
gradlePlugin-kotlin = "2.0.20-Beta1"
# See: https://kotlinlang.org/docs/gradle-configure-project.html#apply-the-plugin
gradlePlugin-android = "7.1.3"
gradlePlugin-dokka = "1.9.20"
Expand Down

0 comments on commit 16139b8

Please sign in to comment.