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

[DI] Use @Inject lateinit var for abstract classes #929

Merged
merged 2 commits into from
Jul 20, 2024

Conversation

rfc2822
Copy link
Member

@rfc2822 rfc2822 commented Jul 20, 2024

Use @Inject lateinit var for abstract classes (subclasses have @Inject constructor) instead of passing the arguments around in the constructor.

@rfc2822 rfc2822 added the refactoring Internal improvement of existing functions label Jul 20, 2024
@rfc2822 rfc2822 marked this pull request as ready for review July 20, 2024 16:18
@rfc2822 rfc2822 self-assigned this Jul 20, 2024
@rfc2822 rfc2822 merged commit f4c02d4 into main-ose Jul 20, 2024
8 checks passed
@rfc2822 rfc2822 deleted the hilt-abstract-classes-lateinit branch July 20, 2024 16:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactoring Internal improvement of existing functions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant