ComposeFeatureFlag

A feature flag is used to roll out features that will eventually become the default behavior of the Compose compiler plugin.

A feature flag value that disables the feature can be created by calling disabled on the feature flag.

Types

Link copied to clipboard
object Companion

Contains currently available ComposeFeatureFlags.

Functions

Link copied to clipboard

Return a feature flag that will disable this feature.

Link copied to clipboard
abstract fun getName(): String