Skip to content

Commit 5dec9d0

Browse files
Bump kotlin_version from 1.6.20 to 2.0.21
Bumps `kotlin_version` from 1.6.20 to 2.0.21. Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 1.6.20 to 2.0.21 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.6.20...v2.0.21) Updates `org.jetbrains.kotlin:kotlin-stdlib` from 1.6.20 to 2.0.21 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.6.20...v2.0.21) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.jetbrains.kotlin:kotlin-stdlib dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 10077fc commit 5dec9d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
buildscript {
3-
ext.kotlin_version = "1.9.25"
3+
ext.kotlin_version = "2.0.21"
44
repositories {
55
google()
66
mavenCentral()

0 commit comments

Comments
 (0)