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

In this PR I've tried to add tvOS targets to `moko-resources` project. As mentioned in #739, the core implementation was already done in Apple generators, so I followed the approach...

Some of our translation (Arabic mostly) started with '\?' but after updating to `moko-resource:0.24.3` those started to become unescaped in android generated files. Which resulted in build failure. This was...

I'm using kotlin multiplatform 2.0.20 and moko versions as per build.gradle info below. I also attached a screenshot. I only get a build error but Android Studio does not complain...

need-info

When previewing a moko-resource localized string in swiftUI preview, only the key shows, not the actual string. Works fine when building the application

Hello, We have migrate from 0.24.0-alpha5 to 0.24.0 and now we have this error from ios side : Cannot locate tasks that match ':shared:copyFrameworkResourcesToApp' as task 'copyFrameworkResourcesToApp' not found in...

I am working on the KMP library in which I want to share the .js file between platforms and generate ".aar" to distribute with other consumers, but it is not...

Now with static framework we should use custom build phase in xcode to copy all bundle resources from framework to app. In custom build phase we use our gradle plugin,...

enhancement

Hi guys, according to the [issue](https://github.com/icerockdev/moko-resources/issues/758?notification_referrer_id=NT_kwDOChgfmrUxMjE2MjczODc1NzoxNjkzNTMxMTQ#issuecomment-2335194317) I created a sample project named paparazzi to reproduce the problem. I have a project where I am using a Paparazzi. Paparazzi is a...

I do everything according to the instructions. Resources are generated, I use them. But, the application outputs lines in English. What could I be doing wrong? Testing on Android. Compose...

We have a module (e.g. Module A) with 5k+ strings (10+ languages), which are used in multiple other modules (e.g. Module B, Module C) as dependency. Modules B and C...

enhancement