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
trafficstars

The `ImageResource` seems pretty bare.. Is there a way to convert this into a `Bitmap`?

On our project, plurals had stopped working. We eventually narrowed down the cause to the fact that in our plurals, we had a plural like so: ``` Opens in <one...

Given this plural: ```xml %d results for "%s" %d result for "%s" %d results for "%s" %d results for "%s" %d results for "%s" %d results for "%s" ``` ###...

bug

#fix 710 fix bug with assets on js platform when run on windows

### Discussed in https://github.com/icerockdev/moko-resources/discussions/701 Originally posted by **syxc** May 10, 2024 `CopyFrameworkResourcesToAppTask` is not well designed, if the `baseName` of the iOS framework in the `shared` module of KMP is...

bug

Align the behaviour of jvm with other platforms by using value of `other` quantity when given quantity not defined

[ios-cocoapods-static-framework.7z.zip](https://github.com/icerockdev/moko-resources/files/15258316/ios-cocoapods-static-framework.7z.zip) https://github.com/icerockdev/moko-resources/assets/315633/e4c7babb-13b7-47e3-a48c-c1c96c47e408 This is my modification based on your demo, and you can see that there is indeed a delayed response for moko to load. The first time the app...

If I have a file called `foo.png` placed at `commonMain/resources/MR/files/foo.png`, is it possible to access this in SwiftUI similar to this? Image("MR.files.foo.png") For some files (even images) I want to...

I added moko-resources to my App to help generate the resources but currently, it's affecting our development progress because it takes too much time to get the app building and...

need-info

Hello, recently encountered that this field in moko-resource is in immutable state and does not allow to subscribe to its changes in order to recompose all components depending on it...

enhancement