Skip to content

Commit a558778

Browse files
Bump org.jetbrains.kotlin:kotlin-gradle-plugin in /android-refimpl-app
Bumps [org.jetbrains.kotlin:kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.9.23 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.9.23...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]>
1 parent 1e33b90 commit a558778

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android-refimpl-app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ buildscript {
1313
classpath 'com.getkeepsafe.dexcount:dexcount-gradle-plugin:4.0.0'
1414

1515
classpath 'com.android.tools.build:gradle:7.3.1'
16-
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.23"
16+
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.0"
1717

1818
// used to generate a POM file
1919
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'

0 commit comments

Comments
 (0)