We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I use compose to share UI and run it on ios, it crashes on startup
i used dep
implementation("app.cash.paging:paging-common:3.3.0-alpha02-0.5.1") implementation("app.cash.paging:paging-compose-common:3.3.0-alpha02-0.5.1") implementation("app.cash.paging:paging-runtime-composeui:3.2.0-alpha05-0.2.3")
logs:
Uncaught Kotlin exception: kotlin.native.internal.IrLinkageError: Property accessor 'pagingDataDiffer.<get-pagingDataDiffer>' can not be called: Property accessor uses unlinked class symbol 'androidx.paging/PagingDataDiffer|null[0]' (via anonymous object) at 0 snote.debug.dylib 0x1077ca57f kfun:kotlin.Throwable#<init>(kotlin.String?){} + 119 at 1 snote.debug.dylib 0x1077c385b kfun:kotlin.Error#<init>(kotlin.String?){} + 115 at 2 snote.debug.dylib 0x1077ff55b kfun:kotlin.native.internal.IrLinkageError#<init>(kotlin.String?){} + 115 at 3 snote.debug.dylib 0x1077ff61f kfun:kotlin.native.internal#ThrowIrLinkageError(kotlin.String?){}kotlin.Nothing + 175 at 4 snote.debug.dylib 0x10845e4d3 kfun:androidx.paging.compose.LazyPagingItems#<init>(kotlinx.coroutines.flow.Flow<androidx.paging.PagingData<1:0>>){} + 171 at 5 snote.debug.dylib 0x10845f293 kfun:androidx.paging.compose#collectAsLazyPagingItems__at__kotlinx.coroutines.flow.Flow<androidx.paging.PagingData<0:0>>(kotlin.coroutines.CoroutineContext?;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){0§<kotlin.Any>}androidx.paging.compose.LazyPagingItems<0:0> + 1095
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When I use compose to share UI and run it on ios, it crashes on startup
i used dep
logs:
The text was updated successfully, but these errors were encountered: