HasAndroidResources

interface HasAndroidResources
AndroidTest

Properties for the android test Variant of a module.

TestFixtures

Variant

Parent interface for all types of variants.

AndroidTest

ApplicationVariant

Properties for the main Variant of an application.

DynamicFeatureVariant

LibraryVariant

Variant for Library projects

TestFixtures

TestVariant

Variant for test-only modules.

Summary

Public methods

abstract ResValue.Key
makeResValueKey(type: String, name: String)

Make a ResValue.Key to interact with resValues's MapProperty

Properties

abstract Property<Boolean>

Variant's is pseudo locales enabled, initialized by the corresponding DSL elements.

abstract MapProperty<ResValue.Key, ResValue>

Variant's ResValue which will be generated.

Public methods

makeResValueKey

abstract fun makeResValueKey(
    type: String,
    name: String
): ResValue.Key

Make a ResValue.Key to interact with resValues's MapProperty

Properties

pseudoLocalesEnabled

abstract val pseudoLocalesEnabled: Property<Boolean>

Variant's is pseudo locales enabled, initialized by the corresponding DSL elements.

resValues

abstract val resValues: MapProperty<ResValue.Key, ResValue>

Variant's ResValue which will be generated.