Suresh Maidaragi
07/30/2024, 12:31 PMpopUpTo(homeNavigator.graph.findStartDestination().id)
in this code .id is not found error
is being thrown by IDE, but when I run the project it works fine, only when I try to rebuild it from IDE option it throwing an error, can someone help to check..Ivan Matkov
07/30/2024, 12:53 PMid
is id of Android xml with defined destination. It's not applicable to Compose. It uses string route
instead.
It compiles because there is actual internal id
property for implementation needsSuresh Maidaragi
07/30/2024, 1:01 PMSuresh Maidaragi
07/30/2024, 1:01 PMpopUpTo(homeNavigator.graph.findStartDestination().route!!) {
inclusive = false
}
?Ivan Matkov
07/30/2024, 1:02 PMIvan Matkov
07/30/2024, 1:02 PMSuresh Maidaragi
07/30/2024, 1:03 PM