Applying Kotlin context receivers
Sometimes in our code, we want to use something only in a certain scope, without which it won’t work properly.
We can use context receivers to express constraints.
This article aims to demonstrate one of the many use cases and problems that Kotlin co...
kalume.hashnode.dev4 min read