Can I use the experimental feature of context-parameters (K2.2) with @Composable
functions? Can it replace CompositionLocal
? I ran a simple small test on a Wasm target, and it seems it works, but I’m not sure about the internals of compose multiplatform
1 Like
Yes it should likely work just fine! It can replace Composition local for sure, but CL still has its use in passing parameters without mentioning them even in the types
1 Like