Kotlin - delegate that interface!
Kotlin supports a beautiful feature called delegation. According to the docs:
Kotlin supports "delegation" design pattern by introducing a new keyword "by". Using this keyword or delegation methodology, Kotlin allows the derived class to access all ...
muuzzer.hashnode.dev3 min read