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

[3.x] update Kotlin to 1.9 #5412

Merged
merged 8 commits into from Nov 30, 2023
Merged

[3.x] update Kotlin to 1.9 #5412

merged 8 commits into from Nov 30, 2023

Conversation

martinbonnin
Copy link
Contributor

@martinbonnin martinbonnin commented Nov 29, 2023

I needed Kotlin 1.9 to support new XCode command line options, which in turns needed other things.

I think this is mostly transparent for users (languageVersion is still 1.5) but if we're ever doing a 3.x maintenance version, we should call this out in the changelog.

Welp, I had to bump the Kotlin stdlib to 1.9.20 as well or compileCommonMainMetadata fails. Definitely something to call out in the changelog. We now require Kotlin 1.8 to compile against apollo-kotlin (see c1e24e1)

We needed Kotlin 1.9 to support new XCode command line options, which in turns needed other things
Copy link
Contributor

@BoD BoD left a comment

Choose a reason for hiding this comment

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

👍

@martinbonnin
Copy link
Contributor Author

Had to change a bunch of things and bump the kotlin-stdlib so it's not a transparent change but this is life. software evolves!

@martinbonnin martinbonnin merged commit d940af8 into release-3.x Nov 30, 2023
4 checks passed
@martinbonnin martinbonnin deleted the resurect branch November 30, 2023 13:10
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.

None yet

2 participants