Kotlin ‘By’ Property Delegation: Create Reusable Code
In my previous post, Kotlin “By” Class Delegation: Favor Composition Over Inheritance, I covered using theby
keyword for class delegations. You can easily reuse and compose existing concrete implementations in your code. In this post, I…