-
Notifications
You must be signed in to change notification settings - Fork 82
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
Conversation
The new limitations to supertypes in expect/actual interfaces is pretty busted for |
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 ```
Yessss they changed course and are supporting actualizing more supertypes 🥳 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
1.5.4-dev-k1.9.20-50f08dfa4b4
1.5.3
1.9.20
1.9.20-1.0.13