Skip to content

Commit 8da5e8d

Browse files
Bump org.jetbrains.kotlin:kotlin-gradle-plugin from 2.2.21 to 2.3.0
Bumps [org.jetbrains.kotlin:kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 2.2.21 to 2.3.0. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.3.0/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.2.21...v2.3.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 901a303 commit 8da5e8d

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
@@ -6,7 +6,7 @@ buildscript {
66
dependencies {
77
classpath("com.android.tools.build:gradle:8.13.2")
88
classpath("com.github.dcendents:android-maven-gradle-plugin:2.1")
9-
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:2.2.21")
9+
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:2.3.0")
1010
}
1111
}
1212

0 commit comments

Comments
 (0)