libres
libres copied to clipboard
Resources generation in Kotlin Multiplatform
Not sure if its suppossed to be supported or not, I didn't see it mentioned on the read.me file but when trying to add color directly to the xml string...
Libres crashes on JS when using any language that doesn't have a set of `PluralRules`. For example, Dutch ("nl"), even though it follows the same rules as English. > Plural...
## Night/Dark Mode Images Night/Dark Mode images are supported for Android and iOS by adding the `(night)` modifier. The filename and type of the image must match the corresponding day/light...
Based on the rules at https://www.unicode.org/cldr/charts/44/supplemental/language_plural_rules.html
I created a project using the new Compose multiplatform template creator (https://kmp.jetbrains.com/). I then integrated libres and added an image. I added a composable function under commonMain in the composeApp...
Problem with ios target(only) KMP project created by default template, don't work Fix : disable configuration-cache at gradle.properties `org.gradle.configuration-cache=false` Configuration cache state could not be cached: field `singleStorage` of `com.android.build.api.artifact.impl.TypedStorageProvider`...
How can I configure Libres in a Kotlin Multiplatform Compose project to correctly access resource image assets like SVG files? Specifically, I have an SVG located at **composeApp/src/commonMain/libres/images/logo.svg**. I've set...
It requires a couple of clicks to get to the new location, fixed in this PR by directly linking there.