Hi everyone! I’m fairly new to Kotlin Multiplatform, and I’m currently working on a proof of concept (POC) to demonstrate localization with native UI on both Android and iOS. I’ll be presenting it to a senior iOS engineer to help them adopt KMP in their project.
While exploring, I found that Kotlin Multiplatform doesn’t have a built-in mechanism to share localized resources the way Compose Multiplatform does. I came across the MoKo resources library, but I also need to justify why using a third-party library is a good choice.
Could anyone share some insights or guidance on this?