While we’re waiting, here is a way to implement multiple receivers now! During the Kotlin 1.4 Online Event in 2020, Roman Elizarov discussed a potential future feature, Multiple Receivers for extension functions/properties¹. With member extensions you can access the properties and methods of the container class allowing you to have…