https://kotlinlang.org logo
#compose
Title
# compose
f

Francis Mariano

09/20/2023, 12:29 PM
Currently I use moko-resource to manage strings in several languages. Will compose-multplatform support that?
v

Vlad

09/20/2023, 12:40 PM
There are open task for that in the track. Although it is open for 2 years.
a

alex009

09/21/2023, 3:56 PM
compose multiplatform supported a long time. currently latest compose and latest kotlin support broken, but fix in progress. on kotlin 1.8.20 also all works
just check readme 🙂
v

Vlad

09/21/2023, 4:04 PM
@alex009 he indeed says that he is using MOKO and it works. And asks, well, as I understand it correctly, if the resources management (with localizations I assume) will be supported by CMP (without 3rd party library)
f

Francis Mariano

09/21/2023, 4:06 PM
yeahh @Vlad you are correct
a

alex009

09/21/2023, 4:12 PM
aaah, ok, i see