dsgryazin
12/27/2016, 3:14 PMСнимок экрана 2016-12-27 в 17.59.47.png▾
Generate Delegate methods
options in Generate
options menu?
class ExampleDelegator : SomeInterfaceWithMethodsAandB {
@Inject lateinit var delegatee: SomeInterface
//wanna delegate methodA only, but suddenly no generate delegate methods found in menu. Why???
}
I am aware of by
keyword, but it delegates the whole interface, while I need to wrap some of them before.
*Question: * is it feature or it is because of incomplete gradle plugin?