Is there any way to get `Application` reference in...
# compose
m
Is there any way to get
Application
reference in a composable, just like
LocalContext.current
??
l
Probably safer to do
context.applicationContext() as Application
2
🤔 1