from https://android-developers.googleblog.com/2021/05/whats-new-in-jetpack.html
"Hilt is now integrated with Navigation and Compose: you can obtain an annotated Hilt ViewModel that is scoped to a destination or the navigation graph itself."
Not sure to what extent Koin supports this (or if it's something being added)?
a
arnaud.giuliani
05/25/2021, 12:35 PM
Good question, Koin need to provide a Navigation ViewModel ... I Took some notes 😁