martmists
09/21/2025, 2:33 PM[DSL_SCOPE_VIOLATION] 'fun ColumnScope.AnimatedVisibility(visible: Boolean, modifier: Modifier = ..., enter: EnterTransition = ..., exit: ExitTransition = ..., label: String = ..., content: @Composable() ComposableFunction1<AnimatedVisibilityScope, Unit>): Unit' cannot be called in this context with an implicit receiver. Use an explicit receiver if necessary.
But I'm trying to use the non-scoped version:
Column {
Box {
AnimatedVisibility()
}
}
Sergey Y.
09/21/2025, 2:57 PMSergey Y.
09/21/2025, 2:58 PM