Compose Multiplatform question. I'm trying to unde...
# multiplatform
r
Compose Multiplatform question. I'm trying to understand why my resources in commonMain are not being shown in the resources manager. https://stackoverflow.com/questions/79524329/acessing-resources-using-android-studio-resource-manager-in-a-compose-multiplatf
w
Do you mean Tools > Resource Manager? That doesn't work with CMP Resources because they're shipped in assets, not in the resources table.
☝️ 1