Merged
Conversation
colinrtwhite
reviewed
Jul 5, 2025
gradle/libs.versions.toml
Outdated
| paparazzi = "1.3.5" | ||
| roborazzi = "1.45.1" | ||
| skiko = "0.9.4.2" | ||
| skiko = "0.9.21" |
Member
There was a problem hiding this comment.
Is updating Skiko required to support the new target? We keep our Skiko version the same as the latest stable Compose to prevent issues
Contributor
Author
There was a problem hiding this comment.
@colinrtwhite yes, as Linux was added quite recently to skiko. Then I think it would be best to wait for a stable 1.9.0 compose multiplatform version which includes this to keep it aligned.
colinrtwhite
approved these changes
Sep 16, 2025
Member
colinrtwhite
left a comment
There was a problem hiding this comment.
Now that Compose Multiplatform 1.9.0 is released we can merge this. Thanks!
Contributor
Author
|
Thanks for merging the PR! Once compose supports native Linux as well, I'll create another PR to add it to coil. But it will take some time: JetBrains/compose-multiplatform-core#2027 |
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.
This PR adds support for the native Linux target.
Unfortunately, compose does not currently support Linux, but skiko does support it.