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

Hi everyone! I tested svgs on ios and android and i found some issue related with the generation of this type of resource when svgs have `fill="#00000000"` the icon its...

Coming from Android Dev it's usually common to have both plurals and normal strings to be in the same `strings.xml` file. Also when incorporating with translation services like "Weblate" the...

I put ttf fonts in resource folder. When I build, it generating separate objects for each font ``` public object fonts : ResourceContainer { public object regular { public val...

Objects generated in `MR` like `MR.images` cannot be used for delegation. The idea is that the delegated object - let's call it `Icons` - would be used like so: ```kotlin...

Hello, I am trying to use `moko-resources` v`0.23.0` to be able to use "shared" strings in a compose multiplatform project but I encounter the error in the title of this...

bug
kotlin-update

"Resolving dependency configuration 'metadatacompilationapi' is not allowed as it is defined as 'canberesolved=false'. Instead, a resolvable ('canberesolved=true') dependency configuration that extends 'metadatacompilationapi' should be resolved." The build fails with the...

I have some placeholders in my AndroidManifest.xml that merged from different external library. For my `release` and `debug` build types, I have substitutions that never been required before for unitTests....

When resources dir is empty, moko resources generates expect MR object without any actual declarations. It would be nice to fully disable moko-resources work when resources dir is empty. It's...

enhancement

Currently, library does not support configuration cache. It's really bad and unconvenient, we know. And if we want to add support for it, we need to fully rewrite resources-generator plugin...

enhancement

I've encountered a problem when trying to use this library with Kotlin `1.9.20` and Compose KMP `1.5.10` This is the error I'm seeing: ```bash * What went wrong: Execution failed...

bug