NonSkippableComposable

Class

Common
@Target(AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY_GETTER)
public annotation class NonSkippableComposable

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.