-
Notifications
You must be signed in to change notification settings - Fork 104
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
Upgrade to Kotlin 2.1.10 #654
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Note, to manage dependency versions we also switched to the toml version catalog instead of the |
d17a751
to
083af38
Compare
083af38
to
1444d0d
Compare
1444d0d
to
92caf39
Compare
This script is not necessary anymore, as the framework copying is already done.
Also removed Tor helper method.
92caf39
to
1c338cb
Compare
These workaround should be now fixed with kotlin 2.
- secp: 0.14.0 -> 0.17.1 - ktor: 2.3.13 -> 3.1.0 A few androidx libraries have also been updated.
dpad85
commented
Feb 14, 2025
phoenix-shared/src/commonMain/kotlin/fr.acinq.phoenix/managers/CurrencyManager.kt
Show resolved
Hide resolved
f4154ae
to
c246351
Compare
Some UI elements have been broken with this updated and need to be fixed.
robbiehanson
approved these changes
Feb 14, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR upgrades the project to Kotlin 2. It supersedes #628.
We also switch to the direct integration technique which is the standard and also fixes a build issue on some Xcode versions.