This is awesome!
Is there a video / presentation covering all the other patterns that we can throw away in Kotlin? APIs that require a builder pattern, I often just wrap with a custom DSL.
This can probably be a book, "Things you don't need in Kotlin"
Section1 can be design patterns, section2 can cover things like frameworks / libraries that are plugged into every project like dependency injection or mocking frameworks, etc