HI,
I notice that when using compose multiplatform resources all resources are packed into the android assets folder.
This result in play store not being able to split the density related resources like drawables and only download the necessary once for a specific android device.
Is there any workaround for that, as this increases my android app by an substantial amount.
I already opened a youtrack issue https://youtrack.jetbrains.com/issue/CMP-8509/Compose-Multiplatform-Resources-Density-Split-not-supported .
Thanks