update all version catalog dependencies except targetsdk and kotlin - #552
Open
Kimblebee wants to merge 5 commits into
Open
update all version catalog dependencies except targetsdk and kotlin#552Kimblebee wants to merge 5 commits into
Kimblebee wants to merge 5 commits into
Conversation
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.
Contributor
There was a problem hiding this comment.
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
marked this pull request as ready for review
July 31, 2026 17:37
Kimblebee
force-pushed
the
kim/dependency/update-gradle-9.3.1
branch
from
August 1, 2026 00:48
c5db5b5 to
178f266
Compare
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.
Updated ktlint and spotless
update all version catalog dependencies EXCEPT:
2.4.0will break current usage of context