UBUdayaditya Baruainmuuzzer.hashnode.dev·Oct 8, 2022 · 3 min readKotlin - 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 ...00