Iqra786
Iqra786
Hi Thanks for your reply,. It is not multi module project. 'assembleTst', 'assembleUat' and 'assembleProduction are flavours. It does not throw exception when I replace buildTasks = ['assembleTst', 'assembleUat', 'assembleProduction']...
I am facing same issue. Any work around? ``` val mockNavController = mock(NavController::class.java) launchFragmentInHiltContainer2 { Navigation.setViewNavController(this.requireView() , mockNavController) } ``` in my fragment I am using following. private val navController:...