Skip to content

[Infra] Upgrade to Kotlin 2.1 compiler and remove image downsizing#7896

Open
rlazo wants to merge 4 commits intomainfrom
rl.kotlin.compiler.bump
Open

[Infra] Upgrade to Kotlin 2.1 compiler and remove image downsizing#7896
rlazo wants to merge 4 commits intomainfrom
rl.kotlin.compiler.bump

Conversation

@rlazo
Copy link
Contributor

@rlazo rlazo commented Mar 11, 2026

Upgraded the project to use the Kotlin compiler 2.1 by updating the Kotlin Android plugin version, but keeping the compatibility with the current support versio, 2.0, by setting the language version for Kotlin compile tasks, and configuring core libraries version.

Additionally, updated the genaiPrompt dependency from 1.0.0-alpha1 to 1.0.0-beta1. This updated enable us to Remove the local image downsizing logic within Converters.kt, as the bitmap resizing fix is part of the updated dependency.

@gemini-code-assist
Copy link
Contributor

Warning

You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again!

@rlazo rlazo requested a review from emilypgoogle March 11, 2026 04:53
@github-actions
Copy link
Contributor

github-actions bot commented Mar 11, 2026

📝 PRs merging into main branch

Our main branch should always be in a releasable state. If you are working on a larger change, or if you don't want this change to see the light of the day just yet, consider using a feature branch first, and only merge into the main branch when the code complete and ready to be released.

@rlazo rlazo requested a review from VinayGuthal March 11, 2026 04:56
@github-actions
Copy link
Contributor

github-actions bot commented Mar 11, 2026

plugins test results

67 tests   67 ✅  1m 34s ⏱️
12 suites   0 💤
12 files     0 ❌

Results for commit 6372155.

♻️ This comment has been updated with latest results.

rlazo added 3 commits March 20, 2026 16:56
Upgraded the project to use the Kotlin compiler 2.1 by updating the
Kotlin Android plugin version, but keeping the compatibility with the
current support versio, 2.0, by setting the language version for Kotlin
compile tasks, and configuring core libraries version.

Additionally, updated the `genaiPrompt` dependency from `1.0.0-alpha1`
to `1.0.0-beta1`. This updated enable us to Remove the local image
downsizing logic within `Converters.kt`, as the bitmap resizing fix is
part of the updated dependency.
@rlazo rlazo force-pushed the rl.kotlin.compiler.bump branch from 49a767d to 18b4be9 Compare March 20, 2026 20:59
@google-oss-bot
Copy link
Collaborator

1 Warning
⚠️ Did you forget to add a changelog entry? (Add the 'no-changelog' label to the PR to silence this warning.)

Generated by 🚫 Danger

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.

2 participants