moko-resources
moko-resources copied to clipboard
Resources access for mobile (android & ios) Kotlin Multiplatform development
My build server runs `./gradlew iosSimulatorArm64Test` as a GitHub action. When I added moko-resources into a new (almost empty) project, I started running into a strange `can't compile assets -...
Hello 👋 Wanted to create this issue since long time, maybe the solution will be found here will be helpful for others. I created a reproducing branch here: https://github.com/Oztechan/CCC/tree/1441-Enable_iOS_SwiftUI_Previews You...
Hello! I've been using moko-resources, and made some SwiftUI extensions that make integration easier. I added one of these to the README in #486, but have since added a few...
https://github.com/JetBrains/compose-multiplatform/blob/25a34856fa680fc125b533933ce5bbf419ddf110/gradle-plugins/compose/src/test/kotlin/org/jetbrains/compose/test/tests/integration/ResourcesTest.kt here example of gradle plugin testing
## Feature Request: Support Layout Direction alongside Resources ### Description: Currently, the moko-resources library provides excellent support for managing resources in multi-language applications. However, it lacks a crucial feature for...
Seems like, we could just add check for gradle's parent like this: ``` //moko-resources/settings.gradle.kts val isComposite = gradle.parent != null if (isComposite) { includeBuild("resources-build-logic") includeBuild("resources-generator") } ``` ``` //moko-resources/resources-generator/settings.gradle.kts val...
Would you consider publishing the Gradle plugin (`resources-generator`) to Maven Central? Looks like it's not available [here](https://repo.maven.apache.org/maven2/dev/icerock/moko/resources-generator/0.23.0/resources-generator-0.23.0.pom) It's one less repository to maintain and I've found maven central to be...
Hello! Been using `0.24.alpha-5`, and it doesn't appear possible to `readText()` when running a unit test via iOS in KMP. `FileResource` requires a `context`, but it's been tricky to implement...
MOKO-R's naming slightly different from the Android resources counterpart, which can cause some hiccups for developers migrating from Android to Multiplatform. Some parts that are affected: - `MR.strings` instead of...
`colorResource` correctly read current theme (light/dark) but when we change appearance in runtime color not changed automatically