For all the same reasons that context receivers be...
# compiler
y
For all the same reasons that context receivers became context parameters, I think having a version of
addNewImplicitReceivers
that adds context parameters instead would be very very useful. Currently, it adds extension receivers, but that has that problem of scope pollution In fact, this could be done just by allowing it to return
ImplicitValue<*>
👍 1
d
The future of this extension point is unknown, so there are no plans to extend its functionality.