I want to access KMP resources from a locale that may be different from the system default. There are resource function variants for both stringArray and string that include ResourceEnvironment as a parameter, which looks great, but there doesn't seem to be any way to create such an object since it's declared as internal.
Is there a (KMP) way I can do this?