Im using `composeResources` for all the strings in...
# compose
z
Im using
composeResources
for all the strings in my app. Generally very happy with it, but the logic that "Okay, I need some of my strings.. Ill just add compose to my module" feels awkward. • Is there any work being done to separate this from compose? • Any advice to make it less awkward? Its just a mental thing, but just like bringing in compose in order to add @Immutable to my domain layer would feel wrong, this too feels wrong to me.
👀 1
k
KT-49981 Multiplatform API to access library and application resources
z
Can't believe no AI could find that. Thank you!
google 3
c
i haven't read this yet. but i saved it for reading at a later date. maybe helpful. https://chrisbanes.me/posts/multiplatform-strings/
z
Oooh, Ive read that but I think I need to read it again! Thanks!
c
let me know if you it answers your question at all. maybe it'll save me some reading. lol
z
I'll stick with compose resources for now, but really digging twine having all translations in the same file. Ai can probably do some great work with that. Good read though, wish I had time to make the jump and give it an honest try 😁