Package-level declarations

Types

Link copied to clipboard

An entry point for configuration of supervised feature flags code generation.

Link copied to clipboard

Possible levels of a deprecation. The level specifies how the deprecated element usages are reported in code.

Link copied to clipboard

Representation of a generated feature factory class.

Link copied to clipboard
open class FeatureFactoryTask : DefaultTask
Link copied to clipboard

Representation of a generated feature flag. It must have at least one value and exactly one default value.

Link copied to clipboard
open class FeatureFlagsTask : DefaultTask
Link copied to clipboard
abstract class LaboratoryExtension

An entry point for configuration of feature flags code generation.

Link copied to clipboard
class LaboratoryPlugin : Plugin<Project>
Link copied to clipboard

Representation of a generated option factory that is aware of feature flags.

Link copied to clipboard
open class OptionFactoryTask : DefaultTask
Link copied to clipboard

Representation of a generated feature storage that is aware of feature flags sources.

Link copied to clipboard
open class SourcedFeatureStorageTask : DefaultTask