Toying with Kotlin's context receivers
Kotlin added the idea of Context Receivers in version 1.6.20. In this post, I'd like to toy with them to understand how useful they can be.
Note that if you want to play along, you'll need to compile with the -Xcontext-receivers flag.
The main idea b...
frankel.hashnode.dev5 min read
Rohit Jakhar
Android Development
I read this article on your blog site today and it is very useful.