Wrote a Blog Post
Jetpack Compose makes developing UIs for Android a joy. However one problem I faced while using it was having to pass parameters down a tree of composables. This post describes how to use Composable lambdas, or "slots" to solve this problem.

The post is here: https://kiranrao.in/blog/2021/12/03/jetpack-compose-slots/