Package-level declarations

Types

Link copied to clipboard
@Serializable(with = StringResource.Companion::class)
data class StringResource(val default: String, val translations: Map<IetfLang, Lazy<String>>)

Use this class as a type of your strings object fields. For example:

Functions