compose multiplatform... what are some reasonable alternatives for getting Context without using a composable?
s
Sean Proctor
09/19/2025, 3:16 AM
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.