Compose Compiler Report - NotyKT

Composables with issues (Restartable but Not Skippable)

1.

fun NotyMain

Non Skippable Restartable

2.

fun AddNoteScreen

Non Skippable Restartable

No. Stability Parameter Type
1 UNSTABLE viewModel AddNoteViewModel
2 STABLE onNavigateUp Function0<Unit>
3.

fun LoginScreen

Non Skippable Restartable

No. Stability Parameter Type
1 UNSTABLE viewModel LoginViewModel
2 STABLE onNavigateToSignup Function0<Unit>
3 STABLE onNavigateToNotes Function0<Unit>
4.

fun NoteDetailsScreen

Non Skippable Restartable

No. Stability Parameter Type
1 UNSTABLE viewModel NoteDetailViewModel
2 STABLE onNavigateUp Function0<Unit>
5.

fun NotesScreen

Non Skippable Restartable

No. Stability Parameter Type
1 UNSTABLE viewModel NotesViewModel
2 STABLE onNavigateToAbout Function0<Unit>
3 STABLE onNavigateToAddNote Function0<Unit>
4 STABLE onNavigateToNoteDetail Function1<String, Unit>
5 STABLE onNavigateToLogin Function0<Unit>
6.

fun SignUpScreen

Non Skippable Restartable

No. Stability Parameter Type
1 UNSTABLE viewModel RegisterViewModel
2 STABLE onNavigateUp Function0<Unit>
3 STABLE onNavigateToNotes Function0<Unit>