Hi guys
I am new to compose multi platform but have been working on compose for past 2 years.
In compose we use something like this to access string resources:
Copy code
stringResource(id = R.string.intro_caption),
but did not find anything like this in compose multi platform.
How to manage strings that are used in the commonMain? What is the best way to do so?
Thanks in advance.
i
Ivan Carracedo Asensio
02/10/2024, 11:45 AM
Probably there's someone that knows way more, as I've decided to not join Compose Multiplatform yet because it's unstable and the engine needed for ios to draw the ui, anyways....
If I'm not wrong, with compose multiplatform 1.6.0 in advance you can do something like that, check it out