Skip to content

[maintenance] migrate deps to libs.versions.toml#8923

Merged
auto-submit[bot] merged 2 commits into
flutter:mainfrom
pq:maint_versionsToml
Apr 24, 2026
Merged

[maintenance] migrate deps to libs.versions.toml#8923
auto-submit[bot] merged 2 commits into
flutter:mainfrom
pq:maint_versionsToml

Conversation

@pq
Copy link
Copy Markdown
Collaborator

@pq pq commented Apr 23, 2026

Fixes: #8921.


Review the contribution guidelines below:

  • I’ve reviewed the contributor guide and applied the relevant portions to this PR.
  • I've included the required information in the description above.
  • My up-to-date information is in the AUTHORS file.
  • I've updated CHANGELOG.md if appropriate.
Contribution guidelines:
  • See
    our contributor guide and
    the Flutter organization contributor guide
    for general expectations for PRs.
  • Larger or significant changes should be discussed in an issue before creating a PR.
  • Dart contributions to our repos should follow the Dart style guide and use
    dart format.
  • Java and Kotlin contributions should strive to follow Java and Kotlin best
    practices (discussion).

@pq pq requested a review from helin24 April 23, 2026 23:57
Copy link
Copy Markdown
Contributor

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

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 migrates the project to use a Gradle version catalog (libs.versions.toml), replacing hardcoded dependency and plugin declarations in build.gradle.kts with centralized references. Feedback includes a requirement to add a mandatory copyright header to the new version catalog file, as well as suggestions to improve the organization of Guava dependency versions by using specific version references instead of hardcoded strings within the catalog.

Comment thread gradle/libs.versions.toml
Comment thread gradle/libs.versions.toml Outdated
Comment thread gradle/libs.versions.toml Outdated
@pq pq added the autosubmit When this label is applied to a PR, the PR will be submitted as soon as all checks are green. label Apr 24, 2026
@auto-submit auto-submit Bot merged commit 44c3709 into flutter:main Apr 24, 2026
8 checks passed
@pq pq deleted the maint_versionsToml branch April 24, 2026 01:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

autosubmit When this label is applied to a PR, the PR will be submitted as soon as all checks are green.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[maintenance] Migrate to Gradle Version Catalogs (libs.versions.toml)

2 participants