Hi. Is there any way i can remove the unwanted ref...
# multiplatform
r
Hi. Is there any way i can remove the unwanted references from shared binary for iOS, like i don't want all the material icons to be referenced in the binary, only those are used should be referenced.
f
make them internal or move them to a parent module
r
But, i'm using CMP view, for that i need them!
f
SO, use a parent module where you add the implementation of your icons and use only the module into your CMP module