I write a lot of my Kotlin code in an environment where my code works together with Java libs. In such a situation I often end up writing some Kotlin extension functions, to make the usage of such libs more kotlin-y. I did so recently and I liked the result so much, I wrote a blog post about it:
https://void2unit.onrender.com/post/the-joy-of-tiny-dsls/