Jun 24, 2021
Yes, there is. You can place the extension functions (safeNavigate and blockingClickListener) in a Util file that is visible(can be accessed) throughout your project. If you’re working on a single module app, it will be visible by default. For a multi-module project, it can be placed in say, a core module that all other modules depend on.