https://kotlinlang.org logo
#compose
Title
# compose
a

alorma

03/05/2021, 5:10 PM
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

cb

03/11/2021, 7:54 PM
Yeah, that’s the only way right now