Package-level declarations

Types

Link copied to clipboard
class Feature<S, T>(val asStateFlow: StateFlow<S>, val actions: T)

Generic feature class that combines UI state observation with feature actions in one place.