moko-resources
moko-resources copied to clipboard
Resources access for mobile (android & ios) Kotlin Multiplatform development
https://youtrack.jetbrains.com/issue/KT-60437/K2-problem-with-Parcelable-plugin https://youtrack.jetbrains.com/issue/KT-59480/K2-build-moko-resources Looks like there is no way to use Parcelable in KMM anymore. Probably need to remove all Parcelable related feature to make it work in K2 compiler
Hey, with moko-resources prior to 0.24.0, moko resources were part of the application resources source path, thus you could add custom pathes to its source set. Now moko-resources has its...
Adds images dark mode support. Images that have "-dark" added to their name will be recognized as dark mode images. By adding them to a "-night" themes resources folder on...
I'm trying to add a WASM project to my Kotlin Multiplatform project but when trying to run gradle, it gives an error `Caused by: org.gradle.internal.component.NoMatchingConfigurationSelectionException: No matching variant of dev.icerock.moko:resources:0.23.0...
Preview failed with exception: org.objectweb.asm.MethodTooLargeException: Method too large: com/example/shared/MR$strings. ()V The strings.xml contains about 2000 lines (texts). I've tried to split to different files, however, the generated file merges all...
Somehow, I always get crash in iOS when using Poppins-Regular.ttf When I use Poppins-Bold or Poppins-Semibold or change the fontFamily to another (Now I use Lato), it works properly. ![Screenshot...
Hi, so, I've just 1. created a new CMP project with the wizard ( https://kmp.jetbrains.com ) 2. added moko resources to composeApp build.gradle 3. added a font to composeApp/src/commonMain/resources/MR/fonts 4....
error: Expected function 'getPlatform' has no actual declaration in module ComposeMuliplatformApp:shared for Native error: Compilation finished with errors FAILURE: Build failed with an exception. What went wrong: Execution failed for...
Is it possible to make these functions have @ReadOnlyComposable also? To make it a bit more efficient ``` // @ReadOnlyComposable
how too change change language manually from IOS