`shrinkResources = true` set my resources as unuse...
# compose
w
shrinkResources = true
set my resources as unused when I use it in that way:
Copy code
@Composable
private fun SomeIcon() = `Icon(painter = painterResource(id = R.drawable.ic_some_awesome_icon), …)`
I don't want to use
keep
for many of randomly shrinked resources and I prefer to keep shrinkResources on. Any suggestions?
1
a
If you're having troubles with this please file a bug on the issue tracker