P.J.
10/22/2020, 7:53 PMjava.lang.NoClassDefFoundError: Failed resolution of: Landroidx/compose/runtime/savedinstancestate/RestorableStateHolderKt;
at androidx.navigation.compose.NavHostKt.NavHost(NavHost.kt:104)
at androidx.navigation.compose.NavHostKt.NavHost(NavHost.kt:58)
Currently getting this on latest snapshot build when NavHost()
is called, was trying out deep links/args with compose navigation. Anyone else or is this on my end? Edit: Seems to be happening when going from build 6921995 to 6922573Gabriel
10/22/2020, 7:56 PMP.J.
10/22/2020, 8:26 PMIan Lake
10/22/2020, 8:30 PMandroidx.compose.runtime:runtime-saved-instance-state
as well? When using snapshots, you should really be using a snapshot of everything since otherwise you won't have the right transitive dependenciesP.J.
10/22/2020, 8:44 PMGabriel
10/22/2020, 8:48 PMP.J.
10/22/2020, 8:49 PMGabriel
10/22/2020, 8:50 PMIan Lake
10/22/2020, 8:54 PMGabriel
10/22/2020, 8:59 PM