moko-resources
moko-resources copied to clipboard
Resources access for mobile (android & ios) Kotlin Multiplatform development
Hello 👋 The issue marked as resolved with `0.21.2` release still happens with `0.23.0`. The original issue is here: https://github.com/icerockdev/moko-resources/issues/421 error: ``` FAILURE: Build failed with an exception. * What...
When I added 9 patch files iOS compiler run in exception that it can't accept extensions except 1x, 2x, 3x 
The generated classes do not compile on iOS with the K2 compiler due to a change related to expected/actual objects. Generated MR.kt: ``` public expect object MR { public object...
i have encountered an issue where calling the SharedRes (MR) on CMP work as expected on android OS but when i run on IOS app crashes. ``` error i get...
#Versions kotlin.version=1.9.0 agp.version=7.4.2 compose.version=1.4.3 settings.gradle.kts ``` plugins { val kotlinVersion = extra["kotlin.version"] as String val agpVersion = extra["agp.version"] as String val composeVersion = extra["compose.version"] as String kotlin("jvm").version(kotlinVersion) kotlin("multiplatform").version(kotlinVersion) kotlin("android").version(kotlinVersion) id("com.android.application").version(agpVersion)...
I have created [kobweb](https://kobweb.varabyte.com/) project which is a framework built on top of compose web I add moko-resouces as plugin, library and define the versions in libs.versions.toml [versions] jetbrains-compose =...
I can successfully build executables (compose 1.5.1 and KMP 1.9.0) with Moko, but when I include an svg file in commonMain images it fails to build an executable. Is there...
### Steps to reproduce 1. checkout https://github.com/JetBrains/compose-multiplatform-ios-android-template 2. Load the _iOS_ project template into _Xcode_. Check that the sample is compiling and running. Press _"Hello World!"_ displays an image 3....
https://github.com/icerockdev/moko-resources/blob/6b320c12e07e57c866d787841e8a5b41c583808d/resources-generator/src/main/kotlin/dev/icerock/gradle/generator/apple/action/PackResourcesToKLibAction.kt#L54 here we should throw exception to stop gradle build
Expected object 'SharedRes' has no actual declaration in module for JVM