Another: Is there a way to check if a `Provider` ...
# compose
a
Another: Is there a way to check if a
Provider
is... provided? Ex: WindowInsets from accompanist, in a library, check if is provided by the main app and apply the
Modifier.statusBarPadding()
or else do nothing in the lib
So, I add accompanist as
api
on my gradle files
c
Yeah, that’s the only way right now