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
Javier
12/03/2021, 9:08 AM
moko-resources
a
Ahmet Özcan
12/03/2021, 9:34 AM
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