Mode

enum Mode : Enum<VersionedSettings.Mode>

Versioned settings mode

Entries

Link copied to clipboard

Versioned settings are configured to use the same settings as in the parent project

Link copied to clipboard

Versioned settings are disabled in the project and all subprojects which use the SAME_AS_PARENT mode transitively

Link copied to clipboard

Versioned settings are enabled in the project and all subprojects which use the SAME_AS_PARENT mode transitively

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int