HasAndroidResources

interface HasAndroidResources

AndroidTest

Properties for the android test Variant of a module.

TestFixtures
Variant

Parent interface for all types of variants.

ApplicationVariant

Properties for the main Variant of an application.

DynamicFeatureVariant
LibraryVariant

Variant for Library projects

TestVariant

Variant for test-only modules.


Summary

Public functions

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

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

Public properties

Property<Boolean>

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

MapProperty<ResValue.KeyResValue>

Variant's ResValue which will be generated.

Public functions

makeResValueKey

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

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

Public properties

pseudoLocalesEnabled

val pseudoLocalesEnabledProperty<Boolean>

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

resValues

val resValuesMapProperty<ResValue.KeyResValue>

Variant's ResValue which will be generated.