-
-
Notifications
You must be signed in to change notification settings - Fork 983
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
Support for Kotlin 2.0 #2960
Comments
Hey! 👋 The issue doesn't seem to contain a minimal reproduction. Could you provide a snack or a link to a GitHub repository under your username that reproduces the problem? |
Current line: Line 618 in cbf270c
|
Could you verify that #2964 solves the problem in your case? |
Confirmed. Thanks! Hope to see a release with this one :) |
## Description Should close #2960 Changes the comparator type to work only with non-null objects, since it's only used in this way. It was probably a leftover from migration to Kotlin. ## Test plan Build the app
I'd like to ask for a patch release with this one, as it fixes a blocker to update. |
@j-piasecki can you trigger a release to unblock upgrading projects to kotlin 2.0? |
We'll most likely release it early next week |
Description
Looks like there's an issue when using Kotlin 2.0 in the app.
Steps to reproduce
Update kotlin version to 2.0
Snack or a link to a repository
nope
Gesture Handler version
not up to date, but code looks similar now
React Native version
0.73.0
Platforms
Android
JavaScript runtime
None
Workflow
None
Architecture
None
Build type
None
Device
None
Device model
No response
Acknowledgements
Yes
The text was updated successfully, but these errors were encountered: