I have an application with the name MyApplication that extends from library application RoboInjectableApplication
public class MyApplication extends RoboInjectableApplication {
}
But now I want MyApplication to extends from another library application XWalkApplication so that my application have extension from RoboInjectableApplication and XWalkApplication how to achieve that