Maybe somebody with deeper insight to the compiler...
# compiler
n
Maybe somebody with deeper insight to the compiler's current state can answer my question? https://kotlinlang.slack.com/archives/C0B8L3U69/p1706655177854929 Thanks.
a
context receivers are in experimental state, and they'll be phased out when the new iteration (context parameters) comes in
🙏 1
today i learned 1
n
So it is intentional that context receivers are usable on non-JVM platforms. (Even if context parameters will replace them sooner or later.) Thanks.