Is it possible to override resource configuration ...
# compose-android
o
Is it possible to override resource configuration for a Composable, to make it retrieve the icon resource from drawable-night instead of drawable folder? I have tried this workaround, but it did not work for me, as
createConfigurationContext
returns a null.