moko-resources
moko-resources copied to clipboard
Resources access for mobile (android & ios) Kotlin Multiplatform development
moko-resources Version: 0.20.1 Android Gradle Version: 7.2.0, 7.3.1, 7.4.0 Kotlin Version: 1.7.20 When I set "android.defaults.buildfeatures.resvalues" to "false" (buildfeatures.resvalues is true by default) and start "clean assembleDebug" tasks, I get...
Hi guys, i am using moko-resources in my project and I am using [paparazzi](https://github.com/cashapp/paparazzi) to test my UI, but i found a bug and reported in [paparazzi project](https://github.com/cashapp/paparazzi/issues/1528), because I...
Related to this [issue](https://github.com/icerockdev/moko-resources/issues/566) Compose can read webp format and on iOS the size of the app with Compose Multiplatform is a problem (~25Mo in addition) Allow wepb will reduce...
I'm using the versions 0.24.1 of the library and I'm currently facing an exception on js specifically (the other platforms works as expected). I have yamls files in commonMain/moko-resources folder...
thank you very much, how can I use SharedRes. in common main ``` buildString { append("Limit) append(SharedRes.strings.km) } ```
StringDesc has a localized function, but for some reason ColorDesc does not.
Hi, we are experiencing the following error: `kotlin.IllegalArgumentException: bundle with identifier *** not found` We think it's due to the following changes introduced in `0.24.1`: https://github.com/icerockdev/moko-resources/pull/715/files#diff-74b2961a5d6d48ad53d5ab6e4529f3688bdae02391f7d66628bdb6086a06854eL14-L16 This change limits the...
I've been looking into adding Shortcuts integration to my app on iOS. The Apple documentation shows an example for AppIntent [here](https://developer.apple.com/documentation/appintents/creating-your-first-app-intent): ```swift struct OpenFavorites: AppIntent { static var title: LocalizedStringResource...
Hello. In our project we use moko-resources only to generate native `xml` and `strings` files from KMM module for Android and iOS respectively. Then we use generated files natively in...