olshevski / compose-navigation-reimagined

🌈 Type-safe navigation library for Jetpack Compose
https://olshevski.github.io/compose-navigation-reimagined/
MIT License
542 stars 18 forks source link

Update Kotlin to 1.8.10 and Compose to 2023.01.00 #17

Closed hbmartin closed 1 year ago

hbmartin commented 1 year ago

Does what it says in the title 😄 Required some override changes in BaseNavHostEntry Potentially related to https://github.com/olshevski/compose-navigation-reimagined/issues/16

This was originally motivated by a need to use collectAsStateWithLifecycle in the state based navigation I'm experimenting with at https://github.com/hbmartin/compose-navigation-reimagined/commit/52e01eb20c005eaada38201148203f4f2cdedb05

olshevski commented 1 year ago

@hbmartin I've already done these updates in the develop branch.