KotoseUtilsConfig

Functions

Link copied to clipboard
fun KotoseUtilsConfig.androidContext(context: ERROR CLASS: Symbol not found for Context)

Provide Android Context so that PlatformStrRes.getStringSuspend can resolve string resources without a Compose scope.

Link copied to clipboard
fun pluralStringResourceResolver(resolver: (String) -> PluralStringResource?)

Configure how to resolve PluralStringResource from a string key.

Link copied to clipboard
fun stringResourceResolver(resolver: (String) -> StringResource?)

Configure how to resolve StringResource from a string key.