```restartable skippable scheme("[androidx.compose...
# compose
u
Copy code
restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun FieldsSection(
  fields: Fields
  stable onGivenNameChanged: Function1<String, Unit>
  stable onSurnameChanged: Function1<String, Unit>
  stable onPersonalNumberChanged: Function1<String, Unit>
I'm trying to interpret the compiler stability report ..but, is
fields
stable or not? it has no attribute .. what does it mean?