Skip to content

Commit a0fe126

Browse files
Bump org.jetbrains.kotlin:kotlin-gradle-plugin in /android (#177)
Bumps [org.jetbrains.kotlin:kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.8.21 to 2.0.0. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.8.21...v2.0.0) --- 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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1459dac commit a0fe126

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ buildscript {
77
dependencies {
88
classpath 'com.android.tools.build:gradle:8.2.0'
99
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
10-
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.21"
10+
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.0"
1111
}
1212
}
1313

0 commit comments

Comments
 (0)