build(deps): bump compose-coil from 3.4.0 to 3.5.0 - #947
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Conversation
Bumps `compose-coil` from 3.4.0 to 3.5.0. Updates `io.coil-kt.coil3:coil-compose` from 3.4.0 to 3.5.0 - [Release notes](https://github.com/coil-kt/coil/releases) - [Changelog](https://github.com/coil-kt/coil/blob/main/CHANGELOG.md) - [Commits](coil-kt/coil@3.4.0...3.5.0) Updates `io.coil-kt.coil3:coil-network-okhttp` from 3.4.0 to 3.5.0 - [Release notes](https://github.com/coil-kt/coil/releases) - [Changelog](https://github.com/coil-kt/coil/blob/main/CHANGELOG.md) - [Commits](coil-kt/coil@3.4.0...3.5.0) --- updated-dependencies: - dependency-name: io.coil-kt.coil3:coil-compose dependency-version: 3.5.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.coil-kt.coil3:coil-network-okhttp dependency-version: 3.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
bmc08gt
added a commit
that referenced
this pull request
Jul 20, 2026
* build(deps): bump kotlin to 2.4.10 and coil to 3.5.0 Combines Dependabot PRs #1087 (kotlin 2.3.21 -> 2.4.10) and #947 (compose-coil 3.4.0 -> 3.5.0), which were held back individually. Kotlin 2.4.0 promotes the Compose compiler plugin's singular `stabilityConfigurationFile` (RegularFileProperty) to an ERROR-level deprecation in favor of the plural `stabilityConfigurationFiles` (ListProperty). Migrate both usages accordingly. KSP is left at 2.3.10: it compiles cleanly under Kotlin 2.4.10 across all kspDebugKotlin tasks (Hilt, Room, FeatureFlagProcessor) with no compatibility warning. Coil 3.5.0 needs no source changes. Verified: :apps:flipcash:app:assembleDebug succeeds and the debug APK launches and renders on-device (Maestro launch + login navigation). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01DgP1XtH7buYQ5bFPN9uU3v * test: fix always-false `is` checks rejected by Kotlin 2.4 Kotlin 2.4's control-flow analysis promotes "Check for instance is always 'false'" from a warning to a compile error. Two tests assert that specific sealed-error leaf types are NOT NotifiableError, using an `is` check the compiler can now prove is statically false (the leaf types don't implement the interface). Widen the reference to the sealed parent (which does have a notifiable variant) so the check is legal while still verifying the runtime contract. No behavior change. - SwapErrorTest: Timeout / Terminal are not NotifiableError - CoinbaseOnRampEventHandlerTest: RegionMismatch / PaymentSheetTimeout are not NotifiableError Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01DgP1XtH7buYQ5bFPN9uU3v --------- Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
Contributor
Author
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
dependabot
Bot
deleted the
dependabot/gradle/code/cash/compose-coil-3.5.0
branch
July 20, 2026 23:01
bmc08gt
added a commit
that referenced
this pull request
Jul 24, 2026
* build(deps): bump kotlin to 2.4.10 and coil to 3.5.0 Combines Dependabot PRs #1087 (kotlin 2.3.21 -> 2.4.10) and #947 (compose-coil 3.4.0 -> 3.5.0), which were held back individually. Kotlin 2.4.0 promotes the Compose compiler plugin's singular `stabilityConfigurationFile` (RegularFileProperty) to an ERROR-level deprecation in favor of the plural `stabilityConfigurationFiles` (ListProperty). Migrate both usages accordingly. KSP is left at 2.3.10: it compiles cleanly under Kotlin 2.4.10 across all kspDebugKotlin tasks (Hilt, Room, FeatureFlagProcessor) with no compatibility warning. Coil 3.5.0 needs no source changes. Verified: :apps:flipcash:app:assembleDebug succeeds and the debug APK launches and renders on-device (Maestro launch + login navigation). Claude-Session: https://claude.ai/code/session_01DgP1XtH7buYQ5bFPN9uU3v * test: fix always-false `is` checks rejected by Kotlin 2.4 Kotlin 2.4's control-flow analysis promotes "Check for instance is always 'false'" from a warning to a compile error. Two tests assert that specific sealed-error leaf types are NOT NotifiableError, using an `is` check the compiler can now prove is statically false (the leaf types don't implement the interface). Widen the reference to the sealed parent (which does have a notifiable variant) so the check is legal while still verifying the runtime contract. No behavior change. - SwapErrorTest: Timeout / Terminal are not NotifiableError - CoinbaseOnRampEventHandlerTest: RegionMismatch / PaymentSheetTimeout are not NotifiableError Claude-Session: https://claude.ai/code/session_01DgP1XtH7buYQ5bFPN9uU3v ---------
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.
Bumps
compose-coilfrom 3.4.0 to 3.5.0.Updates
io.coil-kt.coil3:coil-composefrom 3.4.0 to 3.5.0Release notes
Sourced from io.coil-kt.coil3:coil-compose's releases.
Changelog
Sourced from io.coil-kt.coil3:coil-compose's changelog.
Commits
ce5df14Prepare version 3.5.0.256c59aUpdate copyright headers to 2026. (#3444)82105dechore(deps): update plugin poko to v0.23.1 (#3442)45a5f5bHandle iOS insets for Compose sample (#3441)adaa208Stabilize ImageLoader.Builder.memoryCacheMaxSizePercentWhileInBackground and ...282986bchore(deps): update plugin poko to v0.23.0 (#3440)619ea72fix(deps): update kotlin monorepo to v2.4.0 (#3437)47a1dc4fix(deps): update jetbrains.compose to v1.11.1 (#3435)8dbfad4fix(deps): update dependency org.jetbrains.kotlinx:atomicfu-gradle-plugin to ...86e70e1chore(deps): update plugin spotless to v8.6.0 (#3432)Updates
io.coil-kt.coil3:coil-network-okhttpfrom 3.4.0 to 3.5.0Release notes
Sourced from io.coil-kt.coil3:coil-network-okhttp's releases.
Changelog
Sourced from io.coil-kt.coil3:coil-network-okhttp's changelog.
Commits
ce5df14Prepare version 3.5.0.256c59aUpdate copyright headers to 2026. (#3444)82105dechore(deps): update plugin poko to v0.23.1 (#3442)45a5f5bHandle iOS insets for Compose sample (#3441)adaa208Stabilize ImageLoader.Builder.memoryCacheMaxSizePercentWhileInBackground and ...282986bchore(deps): update plugin poko to v0.23.0 (#3440)619ea72fix(deps): update kotlin monorepo to v2.4.0 (#3437)47a1dc4fix(deps): update jetbrains.compose to v1.11.1 (#3435)8dbfad4fix(deps): update dependency org.jetbrains.kotlinx:atomicfu-gradle-plugin to ...86e70e1chore(deps): update plugin spotless to v8.6.0 (#3432)You can trigger a rebase of this PR by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)