moko-resources
moko-resources copied to clipboard
Resources access for mobile (android & ios) Kotlin Multiplatform development
I am building a project https://github.com/bpavuk/catfacts-multiplatform-app.git with usage of your library, and after sync, there is only "generateMRandroidMain" task and its "commonMain" counterpart, but not JVM one. The plugin is...
I tried updating moko-rosources from `20.1` to `22.0` in my fork of `kamel`, and I can't get android to build with the `22.0` moko-resources, all other targets are building fine....
I use Compose multiplatform `1.5.1` (and 1.5.10-beta01). I get a crash when using `fontFamilyResource(MR.fonts.Directive4.bold)` on iOS (any device or version). It works **fine** on Android. How to reproduce : Create...
It is not generating `webpack.config.d/moko-resources-generated.js` in webApp, it generates that only in shared module. and due to that i gets this error: https://github.com/icerockdev/moko-resources/issues/574 But if i copy that file from...
e: file:....../MR.kt:12:22 Expected object 'MR' has no actual declaration in module for JVM
On Android, if we want to declare color with alpha component, we declare it with #[AA][RR][GG][BB] format. In moko resources, format is #[RR][GG][BB][AA]. Why? Shouldn't we save compatibility with Android...
Could we speak there about custom Intellij plugin for it? Or do you know any other variants how can we achieve it?
`substringAfterLast` returns `missingDelimiterValue` which defaults to the original string. `missingDelimiterValue` should be an empty string when there is no file extension
XcFramework kotlin.IllegalArgumentException: bundle with identifier com.organtis.shared.MR not found
This is some kind of question regarding generated strings bundle for ios. I faced the problem that the iOs app can't get shared String resources by provided ID on the...