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 ce50fbf commit 5b42e39Copy full SHA for 5b42e39
androidApp/src/androidMain/kotlin/com/hoc081098/compose_multiplatform_kmpviewmodel_sample/MainActivity.kt
@@ -17,7 +17,7 @@ class MainActivity : AppCompatActivity() {
17
setContent {
18
AppTheme {
19
NavHost(
20
- startRoute = SearchPhotoRoute as NavRoot,
+ startRoute = SearchPhotoRoute as com.freeletics.khonshu.navigation.NavRoot,
21
destinations = koinInjectSetMultibinding(AllDestinationsQualifier),
22
destinationChangedCallback =
23
remember {
0 commit comments