moko-resources
moko-resources copied to clipboard
Resources access for mobile (android & ios) Kotlin Multiplatform development
we use `org.jetbrains.kotlin.native.cocoapods` plugin with the following config ``` cocoapods { framework { isStatic = true } } ``` and in xcode ``` "$SRCROOT/../gradlew" -p "$SRCROOT/../" :shared:copyFrameworkResourcesToApp \ -Pmoko.resources.PLATFORM_NAME=$PLATFORM_NAME \...
https://github.com/icerockdev/moko-resources/blob/6b320c12e07e57c866d787841e8a5b41c583808d/resources-generator/src/main/kotlin/dev/icerock/gradle/generator/apple/action/PackResourcesToKLibAction.kt#L47C2-L47C2 How to change the `minimum-deployment-target` via build.gradle? I've found that `minimum-deployment-target` with 9.0 packages a larger resource file than with higher versions, and using 16.0 in my project will...
Hello! Thank you for this great library! While integrating, I faced an issue, because of which, no resource links were generated. However, I found out that it's because my folder...
Generally speaking, including `compose.currentOs` in a library is a very bad idea, as it forces the consumers to ship with the Skia implementation of the platform that the library was...
Android and iOS have support of different images for light/dark mode. this pr can be useful - https://github.com/Skeptick/libres/pull/25
As stated here https://kotlinlang.slack.com/archives/CMC5LN42W/p1704393612684979 it would be nice to be able to use the library from JS.
`Module not found: Error: Can't resolve 'images/layer.png' in 'C:\Files\Code\Melody\build\js\packages\Melody-jsApp\kotlin' Did you mean './images/layer.png'?` Work good on jvm and android, but on JS i have this problem. `Requests that should resolve...
Hello Team! I'm using your library for sharing resources in compose multiplatform project. Everything was working great until I have created a separated module for my common logic (let's call...
Hello 👋 I start having issue with one of my recent PR for the character `'` PR: https://github.com/Oztechan/CCC/pull/1354 Logs: https://github.com/Oztechan/CCC/actions/runs/3543070802/jobs/5949196216 I saw in the past same issue is fixed for...
If you create a multi-module kmm project where some Module A depends on some Module B and Module B uses `dev.icerock.mobile.multiplatform-resources` plugin to generate string resources, Module A is not...