Skip to content

🤖 Update Dependencies#1695

Open
compose-devrel-github-bot wants to merge 1 commit into
mainfrom
bot-update-deps
Open

🤖 Update Dependencies#1695
compose-devrel-github-bot wants to merge 1 commit into
mainfrom
bot-update-deps

Conversation

@compose-devrel-github-bot

Copy link
Copy Markdown
Contributor

Updated depedencies

@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 several dependency versions across multiple modules (JetLagged, JetNews, Jetchat, Jetsnack, and Reply), including upgrades to Kotlin, Compose BOM, Lifecycle, and OkHttp. The reviewer correctly identified a critical build issue in all modules: upgrading Kotlin to 2.4.0 while keeping KSP at 2.3.9 will cause compilation failures due to version incompatibility. KSP must be updated to a version that supports Kotlin 2.4.0.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

Comment on lines +38 to +41
kotlin = "2.4.0"
kotlinx-serialization-json = "1.11.0"
kotlinx_immutable = "0.4.0"
ksp = "2.3.7"
kotlinx_immutable = "0.5.0"
ksp = "2.3.9"

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.

high

There is a version mismatch between Kotlin (2.4.0) and KSP (2.3.9). KSP (Kotlin Symbol Processing) versions are strictly tied to the Kotlin compiler version (the major/minor version of KSP must match Kotlin). Using KSP 2.3.9 with Kotlin 2.4.0 will cause compilation/build errors. Please update KSP to a version compatible with Kotlin 2.4.0 (e.g., 2.4.0-1.0.x or similar depending on the exact release).

Comment on lines +44 to +47
kotlin = "2.4.0"
kotlinx-serialization = "1.11.0"
kotlinx_immutable = "0.4.0"
ksp = "2.3.7"
kotlinx_immutable = "0.5.0"
ksp = "2.3.9"

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.

high

There is a version mismatch between Kotlin (2.4.0) and KSP (2.3.9). KSP (Kotlin Symbol Processing) versions are strictly tied to the Kotlin compiler version (the major/minor version of KSP must match Kotlin). Using KSP 2.3.9 with Kotlin 2.4.0 will cause compilation/build errors. Please update KSP to a version compatible with Kotlin 2.4.0 (e.g., 2.4.0-1.0.x or similar depending on the exact release).

Comment on lines +42 to +45
kotlin = "2.4.0"
kotlinx-serialization-json = "1.11.0"
kotlinx_immutable = "0.4.0"
ksp = "2.3.7"
kotlinx_immutable = "0.5.0"
ksp = "2.3.9"

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.

high

There is a version mismatch between Kotlin (2.4.0) and KSP (2.3.9). KSP (Kotlin Symbol Processing) versions are strictly tied to the Kotlin compiler version (the major/minor version of KSP must match Kotlin). Using KSP 2.3.9 with Kotlin 2.4.0 will cause compilation/build errors. Please update KSP to a version compatible with Kotlin 2.4.0 (e.g., 2.4.0-1.0.x or similar depending on the exact release).

Comment on lines +38 to +41
kotlin = "2.4.0"
kotlinx-serialization-json = "1.11.0"
kotlinx_immutable = "0.4.0"
ksp = "2.3.7"
kotlinx_immutable = "0.5.0"
ksp = "2.3.9"

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.

high

There is a version mismatch between Kotlin (2.4.0) and KSP (2.3.9). KSP (Kotlin Symbol Processing) versions are strictly tied to the Kotlin compiler version (the major/minor version of KSP must match Kotlin). Using KSP 2.3.9 with Kotlin 2.4.0 will cause compilation/build errors. Please update KSP to a version compatible with Kotlin 2.4.0 (e.g., 2.4.0-1.0.x or similar depending on the exact release).

Comment on lines +42 to +45
kotlin = "2.4.0"
kotlinx-serialization-json = "1.11.0"
kotlinx_immutable = "0.4.0"
ksp = "2.3.7"
kotlinx_immutable = "0.5.0"
ksp = "2.3.9"

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.

high

There is a version mismatch between Kotlin (2.4.0) and KSP (2.3.9). KSP (Kotlin Symbol Processing) versions are strictly tied to the Kotlin compiler version (the major/minor version of KSP must match Kotlin). Using KSP 2.3.9 with Kotlin 2.4.0 will cause compilation/build errors. Please update KSP to a version compatible with Kotlin 2.4.0 (e.g., 2.4.0-1.0.x or similar depending on the exact release).

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