Hi, how in Android Studio I can generate implementation of superclass members with(!) automatically delegating to specific field of the class? I want implement simple delegation pattern, but don't want write it manually. Maybe some plugin for Android Studio? Ask here because initially I decided use Kotlin and its implementation by delegation but then I had to refuse it 🙂