79833280

Date: 2025-11-29 13:46:02
Score: 1.5
Natty:
Report link

:core:ui-resources └── composeResources ├── values/strings.xml ├── drawable/ic_logo.xml ├── font/... └── ... etc. :feature:home :feature:account :feature:profile

Yes — the recommended approach in Compose Multiplatform is to create a shared resource module (or "common resources" module) and put all reusable resources there.

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Manish Kumar Tiwari