KiteLocalesScope

Everything about locales: the pinned list, the Android res filter, flow.

membermeaningdefaultflow class
pin(tags)hand locale list, detection skippedauto-detectmemory
filterAndroidResdrop Android res outside the listfalsememory
skip(p) / only(p)flow controlflow everywheren/a

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
abstract val filterAndroidRes: Property<Boolean>

Drop Android res folders whose locale is not in the list. Default: false.

Functions

Link copied to clipboard
fun only(vararg refs: KitePlatformRef): <Error class: unknown class>

This fact flows only to the given platforms.

Link copied to clipboard
fun pin(vararg tags: String)

Hand list of BCP 47 tags. Detection from Compose resources is skipped.

Link copied to clipboard
fun skip(vararg refs: KitePlatformRef): <Error class: unknown class>

This fact does not flow to the given platforms.