Is it mandatory to extend the application class with NavigationApplication

Is it mandatory to extend the application class with NavigationApplication. If yes, our application class is already extended with some other class and Kotlin supports single class inheritance only so we are not able to extend this class, Please expose or share code of NavigationApplication or suggest alternative solution for this issue.