moko-resources icon indicating copy to clipboard operation
moko-resources copied to clipboard

Resources access for mobile (android & ios) Kotlin Multiplatform development

Results 252 moko-resources issues
Sort by recently updated
recently updated
newest added
trafficstars

I'm having trouble getting the `MR` class to generate in a Compose Multiplatform project using the Kotlin DSL (not Groovy). ### Setup - Project type: Kotlin Multiplatform with JetBrains Compose...

I added the necessary integration to the project: ``` alias(libs.plugins.multiplatform.resources) ``` ``` api(libs.moko.resources) // in commonMain ``` ``` framework { baseName = "ui" isStatic = true ... } ``` ```...

This is a continuation of the pool request: https://github.com/icerockdev/moko-resources/pull/724. Issue: https://github.com/icerockdev/moko-resources/issues/582 The main goal of this pull request: enabling the WasmJs target. What has been done: 1) Kotlin version has...

Hey @Alex009 I am trying to migrate my project to the new [Android KMP plugin ](https://developer.android.com/kotlin/multiplatform/plugin#new) but I am getting this exception. `:i18n:generator` is my kmp module with moko resources...

Our project fails to be synced (specifically the KMP module) after updating moko-resources to 0.24.3 from 0.23.0. As I've tested, the same happens when using any of the other 0.24.x...

I have a relatively large (~20mb gzipped) file that I'd like to open a _stream_ to rather than loading all of the data into memory. I had a quick look...

I have the following function in commonMain, which I call from my iOS project: ``` fun setLocale(languageCode: String) { StringDesc.localeType = StringDesc.LocaleType.Custom(languageCode) } ``` If I don’t run it on...

## ❓ Unable to configure `multiplatformResources` block in modern Android Studio KMP project using `libs.versions.toml` ### Description Hi! I'm trying to integrate `moko-resources` (`0.24.5`) into a Kotlin Multiplatform project using...

I am trying to implement a custom kotlinx.serialization serializer for the `ResourceFormattedStringDesc` to be able to pass it as navigation argument. This can be implemented relatively easy for Android/JVM platforms....

Uncaught Kotlin exception: kotlin.IllegalArgumentException: Can't read color background from bundle NSBundle (not yet loaded), please check moko-resources gradle configuration at 0 Cherrywork Community.debug.dylib 0x10c0c307f kfun:kotlin.Throwable#(kotlin.String?){} + 99 at 1 Cherrywork...