Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Interface #132

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

Interface #132

wants to merge 5 commits into from

Conversation

morganesoula
Copy link

In order to use your own implementation of KalendarEvent and pass a list of KalendarEvents to the Kalendar Composable, I think it would be better for KalendarEvent to be an interface rather than a data class.

This way I can add as many fields as I wish, pass the list of my custom KalendarEvent to the events parameter in the Kalendar composable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant