Hi guys I am new to compose multi platform but hav...
# multiplatform
m
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
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
j
You can ask in #compose too
👍 1
m
Thanks @Ivan Carracedo Asensio This helped. Updated compose to version
1.6.0-beta02
agp to
8.1.1
and rebuild after updating any resource.
😉 1