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

Update to Kotlin 1.9.20 #889

Merged
merged 32 commits into from
Oct 31, 2023
Merged

Update to Kotlin 1.9.20 #889

merged 32 commits into from
Oct 31, 2023

Conversation

ZacSweers
Copy link
Collaborator

@ZacSweers ZacSweers commented Sep 20, 2023

  • CM 1.5.10
  • compose compiiler 1.5.4-dev-k1.9.20-50f08dfa4b4
  • CM compiler 1.5.3
  • kotlin 1.9.20
  • KSP 1.9.20-1.0.13

@ZacSweers
Copy link
Collaborator Author

The new limitations to supertypes in expect/actual interfaces is pretty busted for Screen, I don't see how this is supposed to work now. It feels like this more or less makes expect/actual interfaces useless in KMP?

https://youtrack.jetbrains.com/issue/KT-21846

```
> Task :circuit-test:compileKotlinIosSimulatorArm64 FAILED
e: file:///Users/zacsweers/dev/slack/oss/circuit/circuit-test/src/iosMain/kotlin/com/slack/circuit/test/TestEventSink.ios.kt:5:1 Actual interface 'BaseTestEventSinkType': actual class and its non-final expect class must declare exactly the same supertypes. Actual class declares the following supertypes that are not presented in expect class: 'Function1'. This error happens because the expect class 'BaseTestEventSinkType' is non-final. Also see https://youtrack.jetbrains.com/issue/KT-22841 for more details

```
@ZacSweers
Copy link
Collaborator Author

Yessss they changed course and are supporting actualizing more supertypes 🥳

@ZacSweers ZacSweers requested review from kierse and stagg October 31, 2023 21:03
@ZacSweers ZacSweers marked this pull request as ready for review October 31, 2023 21:03
@ZacSweers ZacSweers changed the title Prepare for Kotlin 1.9.20 Update to Kotlin 1.9.20 Oct 31, 2023
@ZacSweers ZacSweers enabled auto-merge October 31, 2023 21:09
@ZacSweers ZacSweers added this pull request to the merge queue Oct 31, 2023
Copy link
Collaborator

@stagg stagg left a comment

Choose a reason for hiding this comment

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

🚀

Merged via the queue into main with commit c1544ca Oct 31, 2023
@ZacSweers ZacSweers deleted the z/kotlin1920 branch October 31, 2023 21:54
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