In this episode, Donn and Kaushik talk about 5 new-ish Kotlin constructs that you might not be aware of.
The constructs that they talk about are:
1. fun interface (SAM – Single Abstract Method), and they juxtapose them vs function types
2. type alias
3. import alias
4. value class
5. data object
You’ll learn what they are, how you can use them and when or when you might not want to use them, and more. We hope you enjoy.