has anyone ran into issues using a custom `Indicat...
# compose-ios
a
has anyone ran into issues using a custom
Indication
? in kotlin ios we’re seeing this error:
Copy code
Unbound public symbol IrSimpleFunctionPublicSymbolImpl: androidx.compose.foundation/Indication.rememberUpdatedInstance|132472734405641894[0]
latest version of compose using the multiplatform template, kotlin 1.8.20 , compose 1.4.0
d
Can you please provide minimal reproducible sample on GitHub?
a
ill share one in a bit - its a public
data class
implementation of the
Indication
and used in our design system.