commonMain.pro.respawn.flowmvi.api.Container.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of core-jvm Show documentation
Show all versions of core-jvm Show documentation
A Kotlin Multiplatform MVI library based on plugins that is simple, fast, powerful & flexible
package pro.respawn.flowmvi.api
/**
* A simple class that delegates to the [store] property.
*/
public interface Container {
/**
* A [Store] that is used with the container
*/
public val store: Store
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy