Hi everyone! I've got to add localization to a kotlin multiplatform project and was wondering if any...
p
Hi everyone! I've got to add localization to a kotlin multiplatform project and was wondering if anyone has some recommendations for a library that could help? I've had a look at moko resources, but unfortunately I need something that targets iOS, Android and JavaScript
j
moko-resources
a
I coded my own solution with storing strings under common in json files and merge them with a gradle task then copy them under platform sides. If you want to take this apporoach i can show you details