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
elye
06/17/2023, 11:52 PM
I think Proguard will remove those unused one as one shipped.