Compose Unstyled 2.0 is out! Check the official announcement blog ->
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.

Source set: 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.

Last updated: