FF4kSettings

@Serializable
data class FF4kSettings(val autoCreate: Boolean = false)(source)

Global settings that control FF4k behavior.

These settings affect how FF4k handles feature flags and properties at runtime.

See also

Constructors

Link copied to clipboard
constructor(autoCreate: Boolean = false)

Properties

Link copied to clipboard

When true, FF4k will automatically create feature flags or properties when they are accessed but don't exist in the store. When false (default), accessing a non-existent feature or property will throw an exception.