Mohammed Sané

Results 15 comments of Mohammed Sané

Out of the box solutions for Compose ImagePainter requires resourceId. Android assets do not have any id associated with them. I believe, as of now, Coil is the only way...

After upgrading MokoResources to v0.21.1, I have run into a bizarre problem. I have upgraded to the latest version in 3 projects. [PetSearch](https://github.com/msa1422/KMM-Arch-PetSearch/tree/mokotest), and 2 other projects. SVG AssetResource seems...

Issue still persists on v1.11.1. Recorded on Android SDK 27 (8.1.0) I haven't tried the solution proposed by @clementetb yet.

@Alex009 Can you please elaborate the steps or link some article of adding the bundles directly? As a beginner in Xcode, I am unable to understand the steps via the...

Here are some details about the issue: For overview: [John O'Reilly's article on KMP Paging](https://johnoreilly.dev/posts/jetpack_paging_kmp/) Here is an adaptation from the article above: ``` private val SnapshotFlowHolder = HashMap() private...