Viachaslau Katsuba

Results 5 issues of Viachaslau Katsuba

EG: ```kotlin val t = SomeScreen.toNavEntry(freeArgs=1) navController.navigate(t) ```

Be able to call to set specific path from navController including sub-navControllers EG: navController.setPath(Root).then(Tabs).then(HomeTab,ProductTab).then(ProductDetails) --> 1st nc opens Root screen Root's screen inner NC(navController) opens Tabs Tabs's NC put HomeTab...

Fixes #305 - Hilt integration fix - Hilt integration sample - Deps versions bump/fix ## Summary by CodeRabbit * **New Features** * Added Hilt dependency injection framework integration for Android...

bugfix

See: AdvOverlayDestinations, here is solution for now, considet to make it native