Does anyone know if there is any plan to provide s...
# multiplatform
m
Does anyone know if there is any plan to provide support for
Context Receivers
on
KMP
? It’s an amazing feature I’m planning to add in one of my libs but make no sense if there won’t be any support 😕
p
It’s supported in KMP
m
oh really? last time I checked didn’t find out. will try, thanks!
does we need any compile args? did you implement them already? any tip or config I should be aware of?
p
You probably need to enable the feature explicitly in gradle
j
It depends what platforms you're targeting. Context receivers are only supported for the JVM target currently. It's most likely a KMP project would be targeting more than JVM targets. Also, context receivers have been superseded by the new context parameters proposal. So context receivers won't be released in their current form.
m
oh, i need at least iOS as well :/ thanks for the clarification!