We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60e7d39 commit fa3150fCopy full SHA for fa3150f
app/src/main/java/com/example/nav3recipes/modular/hilt/CommonModule.kt
@@ -10,7 +10,7 @@ import javax.inject.Inject
10
typealias EntryProviderInstaller = EntryProviderBuilder<Any>.() -> Unit
11
12
@ActivityRetainedScoped
13
-class Navigator @Inject constructor(startDestination: Any) {
+class Navigator(startDestination: Any) {
14
val backStack : SnapshotStateList<Any> = mutableStateListOf(startDestination)
15
16
fun goTo(destination: Any){
0 commit comments