Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
class LittlesViewModel @Inject constructor(receiptRepository: ReceiptRepository, coachingClient: GeminiCoachingClient, userPreferences: UserPreferences) : ViewModel
Functions
Link copied to clipboard
Link copied to clipboard
fun LittlesCoachScreen(receiptId: Long, onBack: () -> Unit, viewModel: LittlesViewModel = hiltViewModel())