fix(deps): update dependencies across android-maps-compose#944
Merged
Conversation
Contributor
Code Coverage
|
Updated dependencies: - kotlin / kotlin-stdlib: 2.3.21 -> 2.4.0 - kotlinx-coroutines-*: 1.10.2 -> 1.11.0 - androidx.compose:compose-bom: 2026.03.00 -> 2026.06.01 - androidx.core:core-ktx: 1.18.0 -> 1.19.0 - com.google.maps.android:maps-*ktx: 6.0.1 -> 6.1.0 - io.mockk:mockk*: 1.14.9 -> 1.14.11 - org.jacoco:org.jacoco.core: 0.8.14 -> 0.8.15 Note: Upgraded JVM target across all modules from 1.8 to 11 to align with modern Compose BOM 2026.06.01 and maps-ktx 6.1.0 bytecode compatibility.
dkhawk
marked this pull request as ready for review
July 16, 2026 01:49
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Automated dependency updates for android-maps-compose rebased onto main.
Updated Dependencies:
com.google.maps.android:maps-ktx:6.1.0->6.2.0com.google.maps.android:maps-utils-ktx:6.1.0->6.2.0com.google.maps.android:android-maps-utils:4.5.2->5.0.0org.jetbrains.kotlin:2.4.0->2.4.10org.jetbrains.kotlinx:kotlinx-coroutines-*:1.10.2->1.11.0androidx.compose:compose-bom:2026.03.00->2026.06.01androidx.core:core-ktx:1.18.0->1.19.0io.mockk:mockk*:1.14.9->1.14.11org.jacoco:org.jacoco.core:0.8.14->0.8.15🛠️ JVM Target Compatibility Update
To align with
compose-bom2026.06.01andmaps-ktx6.2.0(which compile inline functions targeting JVM 11),sourceCompatibility,targetCompatibility, and KotlinjvmTargetwere upgraded to JVM 11 across modules.Verification
All unit tests (
testDebugUnitTest), instrumented tests (assembleDebugAndroidTest), and demo sample compilation (:maps-app:assembleDebug) verified locally and passed cleanly againstmaps-ktx:6.2.0on Maven Central.