Is there an easy way to read a local json file? I’...
# multiplatform
c
Is there an easy way to read a local json file? I’m not using Compose Multiplatform, so I can’t use the resources folders (to my knowledge, anyway). My targets are Android and iOS
And by easy, I mean something easier building the platform implementations yourself 😄 https://medium.com/arconsis/reading-local-json-files-in-kotlin-multiplatform-mobile-kmm-2538e9792c70
r
Does this fit your use-case? https://github.com/karmakrafts/KMbed
c
It looks like it, I'll give it a shot, thanks!
👍 1