Package-level declarations

Types

Link copied to clipboard
data class HomeScreenData(val jetpacks: List<Jetpack> = emptyList())

Immutable data class representing the state of the home screen.

Link copied to clipboard
class HomeViewModel @Inject constructor(homeRepository: HomeRepository) : ViewModel

ViewModel for the home screen, managing the list of Jetpack libraries.