Skip to content

Commit 88a02c2

Browse files
chore(deps): bump org.jetbrains.kotlin:kotlin-bom in /android
Bumps [org.jetbrains.kotlin:kotlin-bom](https://github.com/JetBrains/kotlin) from 1.8.22 to 2.0.10. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.8.22...v2.0.10) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-bom dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d802051 commit 88a02c2

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
@@ -75,7 +75,7 @@ dependencies {
7575

7676
// org.jetbrains.kotlin:kotlin-bom artifact purpose is to align kotlin stdlib and related code versions.
7777
// See: https://youtrack.jetbrains.com/issue/KT-55297/kotlin-stdlib-should-declare-constraints-on-kotlin-stdlib-jdk8-and-kotlin-stdlib-jdk7
78-
implementation(platform("org.jetbrains.kotlin:kotlin-bom:1.8.22"))
78+
implementation(platform("org.jetbrains.kotlin:kotlin-bom:2.0.10"))
7979

8080
implementation 'androidx.camera:camera-lifecycle:1.3.3'
8181
implementation 'androidx.camera:camera-camera2:1.3.3'

0 commit comments

Comments
 (0)