Similin C Bose

Results 3 comments of Similin C Bose

Getting the same issue ``` Executing tasks: [:app:assembleDebug] in project C:\Users\Similin\AndroidStudioProjects\Vyb > Task :app:preBuild UP-TO-DATE > Task :app:preDebugBuild UP-TO-DATE > Task :app:compileDebugAidl NO-SOURCE > Task :app:compileDebugRenderscript NO-SOURCE > Task :app:dataBindingMergeDependencyArtifactsDebug...

@Hussienfahmy did you find any way to disable it?

@Hussienfahmy hey got it ```Kotlin binding.bottomnavigationbar.apply { setupWithNavController(navController) setOnItemSelectedListener { item -> NavigationUI.onNavDestinationSelected(item, navController) navController.popBackStack(item.itemId, inclusive = false) true } } ```