package androidx.compose.runtime; public interface MutableState extends State { void setValue(Object value); }