Delegation is very easy to do in Kotlin, and this ...
# getting-started
r
Delegation is very easy to do in Kotlin, and this can often solve problems people would have reached to inheritance for in Java.