NonRestartableComposable


This annotation can be applied to Composable functions in order to prevent code from being generated which allow this function's execution to be skipped or restarted. This may be desirable for small functions which just directly call another composable function and have very little machinery in them directly, and are unlikely to be invalidated themselves.

Summary

Public constructors

Cmn

Public constructors

NonRestartableComposable

NonRestartableComposable()