Can I use things from Compose without importing al...
# compose
m
Can I use things from Compose without importing all compose, I want to add some extension functions to DrawScope and use Offset from Compose in a separate library, I'm not going to use any composable function so it doesn't make sense to import all compose
e
I think Proguard will remove those unused one as one shipped.