commonMain.com.adeo.kviewmodel.odyssey.RootController+Setup.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kviewmodel-odyssey Show documentation
Show all versions of kviewmodel-odyssey Show documentation
ViewModel for Multiplatform
The newest version!
package com.adeo.kviewmodel.odyssey
import ru.alexgladkov.odyssey.compose.RootController
public fun RootController.setupWithViewModels() {
onScreenRemove = {
ViewModelStore.remove(it.key)
}
}