compose multiplatform... what are some reasonable ...
# compose
c
compose multiplatform... what are some reasonable alternatives for getting Context without using a composable?
s
There is no Context in compose multiplatform. Anything using Context needs to be done in an expect/actual with an Android implementation. If you're doing something outside of a Composable, use dependency injection.
☝️ 1
☝🏿 1
☝🏻 1