gross_va

Results 1 issues of gross_va

This code has an excessive recomposition for the RatingBar when you type the text ``` @Composable private fun Foo() { Column(modifier = Modifier.padding(20.dp)) { var rating by remember { mutableFloatStateOf(0f)...

issue