Kotlin - delegate that interface!
Oct 8, 2022 · 3 min read · 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 ...
Join discussion