update: SwiftPM import updates for 2.4.0-Beta1#659
Merged
Conversation
danil-pavlov
requested changes
Mar 31, 2026
| 2. [Add the SwiftPM dependencies to your KMP module](#add-and-call-swiftpm-dependencies) | ||
| 1. [Set up your development environment](#set-up-the-environment) | ||
| 2. [Add the SwiftPM dependencies to your KMP module](#add-and-use-swiftpm-dependencies) | ||
| 3. [Use the imported APIs in your Kotlin code](#use-imported-apis) |
Collaborator
There was a problem hiding this comment.
I'm a bit confused by this 3rd step because, in the structure, it's inside the second step, "Add and use SwiftPM dependencies". Maybe replace it with the new "Generating a Package.resolved file" - it's on the 2nd level and seems important
Collaborator
Author
There was a problem hiding this comment.
Yeah, there are actually only two actionable steps: the generating of Package.resolved is just something that users need to be aware of (like a yarn.lock). So I removed the third item on the list and rephrased the second one.
danil-pavlov
approved these changes
Mar 31, 2026
This file contains hidden or 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
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.
Chores (updating the required Kotlin version and setup) along with descriptions of Gradle tasks for updating the
Package.resolvedlock file and linking SwiftPM with anembedAndSignproject.