Skip to content
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 Compose Multiplatform and Compose Hot Reload versions #275

Draft
wants to merge 4 commits into
base: kotlinconf-2025
Choose a base branch
from

Conversation

zsmb13
Copy link
Contributor

@zsmb13 zsmb13 commented Feb 12, 2025

No description provided.

@zsmb13 zsmb13 requested a review from kropp February 12, 2025 18:03
Copy link
Member

@kropp kropp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Navigation library has been updated as well, let's promote it too

@zsmb13 zsmb13 requested a review from kropp February 13, 2025 10:31
@kropp
Copy link
Member

kropp commented Feb 13, 2025

I tried it and it now crashes on start on iOS, due to a known issue
kotlin.native.internal.IrLinkageError: Can not read value from backing field of property 'androidx_compose_runtime_ProvidedValue$stable': Private backing field of property declared in module <org.jetbrains.compose.runtime:runtime> can not be accessed in module <io.insert-koin:koin-compose>

I'd suggest postponing update for a bit

@zsmb13 zsmb13 marked this pull request as draft February 13, 2025 13:01
@zsmb13
Copy link
Contributor Author

zsmb13 commented Feb 17, 2025

@kropp We already have a crash on the current version when trying to load images with Coil on native, so I think we might as well bump the version.

Uncaught Kotlin exception: kotlin.native.internal.IrLinkageError: Function 'layout' can not be called: No function found for symbol 'androidx.compose.ui.layout/MeasureScope.layout|layout(kotlin.Int;kotlin.Int;kotlin.collections.Map<androidx.compose.ui.layout.AlignmentLine,kotlin.Int>;kotlin.Function1<androidx.compose.ui.layout.Placeable.PlacementScope,kotlin.Unit>){}[0]'

coil-kt/coil#2771

(This issue is actually fixed in alpha03 😄)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants