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

I saw that in order to solve this issue for SwiftUI, one has to put @Environment(\.colorScheme) var colorScheme in the View. Is there some fix for UIKit? Currently the dark/light...

bug

Inside Example 1 it says * The first step is a create a file strings.xml in `commonMain/resources/MR/base` with the following content: But next it says * Next - create a...

Hey, I'm having some trouble reading string resources in swift. The problem is that .localized() returns the resource id and not the value. what seems to be the main issue...

Get error when using with moko resources ``` > Failed to notify project evaluation listener. > Cannot change attributes of dependency configuration ':sample:common:iosArm64ApiElements' after it has been resolved > Cannot...

bug

Everything builds and works great with this line in my build.gradle.kts: ``` id("org.jetbrains.kotlin.android") version "1.6.21" apply false ``` But when I change it to: ``` id("org.jetbrains.kotlin.android") version "1.7.0" apply false...

need-info

iOS is my most immediate concern. But, it would be nice to have all targets that compose-jb alpha supports added.

[This line](https://github.com/icerockdev/moko-resources/blob/c59420bee59e99f6d0481226db86cdc4661c91df/resources-generator/src/main/kotlin/dev/icerock/gradle/generator/js/JsMRGenerator.kt#L155) should generate path literal `"C:\\users\\example\\projects\\test"` on Windows, but it generates `"C:\users\example\projects\test"`.

Is it possible to provide different strings by region? E.g. distinguishing en_US and en_GB? If so, can you add an example to the docs?

enhancement

I am working on KMM project in which I used Moko-Resource library (VR. 0.20.1) for strings manipulation but the strings are not getting in iOS application, even though I followed...

need-info

I have some struggle in using the assets files. I tried to store same name files in different folder, it works as expected. But the problem arise when I tried...

enhancement