commonMain.com.arkivanov.decompose.router.children.SimpleChildNavState.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of decompose Show documentation
Show all versions of decompose Show documentation
Kotlin Multiplatform lifecycle-aware business logic components
package com.arkivanov.decompose.router.children
/**
* A simple implementation of the [ChildNavState] interface.
*/
data class SimpleChildNavState(
override val configuration: C,
override val status: ChildNavState.Status,
) : ChildNavState