kitakkun / back-in-time-plugin

Kotlin Compiler Plugin to make your program back-in-time debuggable.
Apache License 2.0
33 stars 1 forks source link

Migrate to navigation-compose and ViewModel #37

Closed kitakkun closed 2 months ago

kitakkun commented 2 months ago

Remove voyager from dependencies and migrate to navigation-compose. The ScreenModel, dependent on the voyager is migrated to ViewModel.

Also, upgrade the compose multiplatform to 1.6.10-beta02.