Im working on a kmm app where i use similar image ...
# multiplatform
h
Im working on a kmm app where i use similar image and string resources on android and ios platform What is the recommended way to use shared resources? Would also like to know how good or bad is to use Moko library for this Thanks ☺️
m
So far, I've been using Moko resources for this https://github.com/icerockdev/moko-resources It was a bit slow at first, but so far, it's getting the job done.
👍 1
h
Thanks for replying, can you please explain what do you mean by a but slow at first?
m
Oh, by that I mean the build times. I use a pretty fast MacBook but build times were taking as long as six to seven minutes when I introduced moko resources into my project. It was also a bit confusing getting everything to work, but of course, it got better with time and experience.
🙌 1