I might be misunderstanding stability, but shouldn't classes like ClipboardManager and ScrollbarAdapter be stable?
The compiler reports that the scrollbarAdapter here is unstable
Copy code
fun VerticalScrollbarWrapper(
scrollbarAdapter: ScrollbarAdapter,
modifier: Modifier = Modifier,
content: @Composable BoxScope.() -> Unit
) {