google / google/bundletool

Support splitting Compose Multiplatform Resources

Open
#388 0 comments 2 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
4k
Forks
428
PR merge metrics
No merged PRs in 30d

Description

**Is your feature request related to a problem? Please describe.**
Unnecessary native Android resources are stripped away based on density. It would be nice if that would also work for Compose Multiplatform Resources, which are stored in `/assets/drawable-[density]` folders.

Currently reported at https://youtrack.jetbrains.com/issue/CMP-8509/Compose-Multiplatform-Resources-Density-Split-not-supported but I wonder if it may be more suitable here.

**Describe the solution you'd like**
Unnecessary densities from `/assets` folder stripped away.

**Describe alternatives you've considered**
Not sure if there's any alternative as the bundle goes to the Play Console directly, and needs to have all densities on board.

**Additional context**
Add any other context or screenshots about the feature request here.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.