Context Receivers in Kotlin: An Example
Context Receivers are a new feature introduced in Kotlin 1.6.20. They're useful for receiving the context from the call-site when a function is called. To understand it and its utility, let's first take a look at a similar feature available in the la...
Feb 26, 20234 min read822

