Skip to content

Conversation

@copybara-service
Copy link

Upgrade kotlin and ksp dependencies.

Fixes #5001
Fixes #5059

RELNOTES=Fixes #5001, #5059: Upgrade kotlin and ksp dependencies.

kotlin = "2.3.0"
kotlinTarget = "1.9"
ksp = "2.2.20-2.0.3"
ksp = "2.4.3"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't this be 2.3.4?
https://github.com/google/ksp/releases

kotlin = "2.3.0"
kotlinTarget = "1.9"
ksp = "2.2.20-2.0.3"
ksp = "2.4.3"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
ksp = "2.4.3"
ksp = "2.3.4"

Fixes #5001
Fixes #5059

RELNOTES=Fixes #5001, #5059: Upgrade kotlin and ksp dependencies.
PiperOrigin-RevId: 845858016
@Mgtantheta
Copy link

Hi team,

We're currently blocked on upgrading to Kotlin 2.3.0 due to this
kotlin-metadata-jvm compatibility issue.

As other reviewers mentioned, the KSP version should be 2.3.4
(not 2.4.3) to match Kotlin 2.3.0.

Is there a timeline for merging this fix and releasing a new version?

Thanks for your work on Dagger/Hilt!

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.

Upgrade kotlin-metadata-jvm to support Kotlin 2.3.0 Support kotlin-metadata-jvm library 2.3.0

4 participants