Skip to content

Commit a0dc033

Browse files
Bump org.jetbrains.kotlin:kotlin-gradle-plugin from 1.8.10 to 2.1.20
Bumps [org.jetbrains.kotlin:kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.8.10 to 2.1.20. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.8.10...v2.1.20) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 15c1788 commit a0dc033

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ buildscript {
1010

1111
dependencies {
1212
classpath("com.android.tools.build:gradle:7.4.2")
13-
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.10")
13+
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.20")
1414

1515
// NOTE: Do not place your application dependencies here; they belong
1616
// in the individual module build.gradle files

0 commit comments

Comments
 (0)