Hey all, For Compose Multiplatform, where should I...
# compose
r
Hey all, For Compose Multiplatform, where should I put up my strings.xml file?? In composeApp or in shared?? Also can we use Res.strings... when put in shared modules.. (Gemini, ChatGPT suggests to put in shared but I am not able to get the imports from shared, also AI agents also not able to fix the issue).
h
I use a separate module called resources where i put my drawables, strings etc... and import it whenever I need Res.someResourceType.myResource