Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade kotlin and ksp to latest stable versions #1704

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

kaeawc
Copy link
Contributor

@kaeawc kaeawc commented Nov 19, 2024

Instructions

Upgraded Kotlin & KSP so this project can receive a KSP memory leak fix google/ksp#2073

I profiled NowInAndroid with a dev local build of KSP to originally test the fix which made it into release 2.0.21-1.0.26. I just profiled it again before and after the upgrade and can verify the metaspace leak is fixed by this change.

@dturner
Copy link
Collaborator

dturner commented Nov 19, 2024

Thanks for this.

Just a note for the future, if you update dependencies please also run ./gradlew dependencyGuardBaseline to update the dependency guard files. These make it easy for us to see what's changed in the release build.

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.

KSP memory leak in Android build
2 participants