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

Fix Kotlin version leakage #34

Merged
merged 1 commit into from
Jan 4, 2024
Merged

Fix Kotlin version leakage #34

merged 1 commit into from
Jan 4, 2024

Conversation

daymxn
Copy link
Collaborator

@daymxn daymxn commented Jan 4, 2024

Per b/318687943,

This fixes an issue where we were leaking 1.9.0 instead of the intended 1.8.22 version of Kotlin.

More specifically, we upgrade our ktfmt to rectify a bug that was present and causing the kotlin version to clash with other plugins. We also downgrade our ktor, dokka, and serialization plugins/dependencies to ensure they aren't leaking 1.9.x anywhere.

@daymxn daymxn requested a review from rlazo January 4, 2024 19:25
@daymxn daymxn self-assigned this Jan 4, 2024
@rlazo rlazo merged commit 99bd9f2 into main Jan 4, 2024
5 checks passed
@rlazo rlazo deleted the daymon-fix-kotlin-version-leak branch January 4, 2024 19:30
@daymxn daymxn mentioned this pull request Jan 4, 2024
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