moko-resources icon indicating copy to clipboard operation
moko-resources copied to clipboard

Resources access for mobile (android & ios) Kotlin Multiplatform development

Results 252 moko-resources issues
Sort by recently updated
recently updated
newest added

Finding it would be nice to have a list of the locales that are present in Moko resources so am proposing that in the MR class you generate a simple...

enhancement

when I'm trying to change language in app with this code `UserDefaults.standard.set("sk", forKey: "AppleLanguages")` after restarting the app, app is crashing. Do moko support changing language in app?

need-info

When using light/dark attributes pointing to another themed color, moko resources is unable to generate the platform files properly. Take this example: ```xml 0xB92743FF 7CCFEEFF @color/themeColor1 @color/themeColor1 ``` I'd expect...

bug

[](url)I'm currently using the Pretendard font available at https://github.com/orioncactus/pretendard. Everything operates smoothly on Android, however, I'm encountering an issue specifically with the Pretendard Bold typeface on iOS. In iOS, all...

bug

# Changes - Support of Kotlin 1.9.20+ - Gradle Configuration-Cache support - Adaptation for new Android Gradle Plugin Layout V2 (fix for broken android sourceSets) - Adaptation of plugin for...

It is just what I need right now

question

In my project, fonts consume a significant amount of memory when launched on ios devices. There are no issues on android. According to the [FontResource](https://github.com/icerockdev/moko-resources/blob/master/resources-compose/src/iosMain/kotlin/dev/icerock/moko/resources/compose/FontResource.ios.kt) code, fonts should be cached....

need-info

I modularized my app with local SPM and I am trying to create tests for each module. But after running the test where I use `MR.strings()......` I get the following...

When trying to use both moko-resources for compose and desktop preview I get an error. After IDE restart preview works once and breaks again after refreshing. This doesn't happen when...

bug

Hi, I'm developing a new Compose app with multiple flavors, and each flavor may require different values for strings, images, or assets. How can I manage this using Moko-Resources?