Skip to content

update all version catalog dependencies except targetsdk and kotlin - #552

Open
Kimblebee wants to merge 5 commits into
kim/dependency/update-gradle-9.3.1from
kim/dependency/update-version-catalogs-73026
Open

update all version catalog dependencies except targetsdk and kotlin#552
Kimblebee wants to merge 5 commits into
kim/dependency/update-gradle-9.3.1from
kim/dependency/update-version-catalogs-73026

Conversation

@Kimblebee

Copy link
Copy Markdown
Collaborator
  • Updated ktlint and spotless

  • update all version catalog dependencies EXCEPT:

    • Ignored targetsdk so I can verify project implications
    • Ignored kotlin update since version 2.4.0 will break current usage of context

Upgrades the project's build system:
- Upgraded Android Gradle Plugin to 9.3.1 and Gradle Wrapper to 9.6.1.
- Migrated all modules from 'kotlin.android' to AGP's built-in Kotlin support.
- Replaced 'kotlin.kapt' with 'legacy-kapt' for compatibility with built-in Kotlin.
- Upgraded Hilt to 2.59.2 for AGP 9 compatibility.
- Updated compiler flags to pass -Xcontext-receivers under the new built-in Kotlin configuration block in 11 modules.
- Updated README to reflect Android Studio Quail / AGP 9 requirements.
- Enabled parallel Gradle sync in gradle.properties.
    Deletes the unused and duplicated test helper classes in :ui:components:capture. Gradle 9 fails the build if a module contains test sources but no actual @test classes to execute, which was the case here since it only contained test utilities.

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates various dependency and SDK versions in gradle/init.gradle.kts and gradle/libs.versions.toml, including ktlint, spotless, compileSdk, composeBom, and several AndroidX and Kotlinx libraries. Since all the review comments focus on version numbers, which are considered non-code changes, they have been removed, and I have no feedback to provide.

@Kimblebee
Kimblebee marked this pull request as ready for review July 31, 2026 17:37
@Kimblebee
Kimblebee force-pushed the kim/dependency/update-gradle-9.3.1 branch from c5db5b5 to 178f266 Compare August 1, 2026 00:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant