Skip to content

Bump libs#505

Merged
rteyssandier merged 1 commit intomainfrom
bump
Mar 9, 2026
Merged

Bump libs#505
rteyssandier merged 1 commit intomainfrom
bump

Conversation

@rteyssandier
Copy link
Copy Markdown
Contributor

No description provided.

@gemini-code-assist
Copy link
Copy Markdown
Contributor

Summary of Changes

Hello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request primarily focuses on updating the project's dependencies to their newer versions, ensuring the application benefits from the latest features, performance enhancements, and bug fixes provided by these libraries. Additionally, it streamlines the build configuration by removing the composeHotReload plugin, which simplifies the build process across various modules.

Highlights

  • Dependency Updates: Multiple project dependencies have been updated to their latest versions, including Android Gradle Plugin (AGP), Compose Multiplatform, Kotlin, Ktor, Room, and KSP, to leverage new features and improvements.
  • Compose Hot Reload Plugin Removal: The composeHotReload plugin has been removed from all relevant build.gradle.kts files and the libs.versions.toml file. This indicates a change in the development workflow or a deprecation of the plugin's usage within the project.
Changelog
  • FloconDesktop/build.gradle.kts
    • Removed the composeHotReload plugin alias from the plugins block.
  • FloconDesktop/composeApp/build.gradle.kts
    • Removed the composeHotReload plugin alias from the plugins block.
  • FloconDesktop/gradle/libs.versions.toml
    • Updated agp from 8.13.1 to 9.0.0.
    • Updated androidx-lifecycle from 2.10.0-alpha03 to 2.10.0-alpha06.
    • Updated coil from 3.3.0 to 3.4.0.
    • Removed the composeHotReload version entry.
    • Updated composeMultiplatform from 1.10.0-alpha03 to 1.10.1.
    • Updated koin from 4.1.0 to 4.1.1.
    • Updated kotlin from 2.2.0 to 2.3.10.
    • Updated ktor from 3.2.3 to 3.4.1.
    • Updated sqlite from 2.5.2 to 2.6.2.
    • Updated room from 2.8.1 to 2.8.4.
    • Updated ksp from 2.2.0-2.0.2 to 2.3.6.
    • Removed the composeHotReload plugin definition.
  • FloconDesktop/library/designsystem/build.gradle.kts
    • Removed the composeHotReload plugin alias from the plugins block.
Activity
  • No human activity has been recorded on this pull request yet.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

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 updates several library versions across the project, including Android Gradle Plugin, Compose Multiplatform, Kotlin, Koin, Ktor, Room, and KSP. Additionally, the composeHotReload plugin and its associated version reference have been removed from the build configuration files. These changes appear to be a standard dependency bump and cleanup, ensuring the project uses more recent and potentially more stable versions of its dependencies.

@rteyssandier rteyssandier requested a review from florent37 March 9, 2026 12:14
@rteyssandier rteyssandier merged commit 78fcf98 into main Mar 9, 2026
2 checks passed
@rteyssandier rteyssandier deleted the bump branch March 9, 2026 19:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants