<div class='sourceset sourceset-common'>Common</div>

```kotlin
Inactive,
```

The [Recomposer](/jetpack-compose/androidx.compose.runtime/runtime/classes/Recomposer) is not tracking invalidations for known composers and it will not
recompose them in response to changes. Call `runRecomposeAndApplyChanges` to await and
perform work. This is the initial state of a newly constructed [Recomposer](/jetpack-compose/androidx.compose.runtime/runtime/classes/Recomposer).